Skip to content

Commit 8c94e41

Browse files
committed
Added a requirement limitation for the coverage module.
- Legacy-Id: 17152
1 parent 202d112 commit 8c94e41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ argon2-cffi>=16.1.0 # For the Argon2 password hasher option
55
beautifulsoup4>=4.5.0
66
bibtexparser>=0.6.2,<1.0 # Version 1.0 doesn't work under python 2.7. 1.0.1 doesn't recognize month names or abbreviations.
77
bleach>=2.0.0,!=3.0.0,!=3.0.1,!=3.0.2
8-
coverage>=4.0.1,!=4.0.2
8+
coverage>=4.0.1,!=4.0.2,<5.0
99
#cssselect>=0.6.1 # for PyQuery
1010
decorator>=4.0.4
1111
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency

requirements3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ argon2-cffi>=16.1.0 # For the Argon2 password hasher option
55
beautifulsoup4>=4.5.0
66
bibtexparser>=0.6.2,<1.0 # Version 1.0 doesn't work under python 2.7. 1.0.1 doesn't recognize month names or abbreviations.
77
bleach>=2.0.0,!=3.0.0,!=3.0.1,!=3.0.2
8-
coverage>=4.0.1,!=4.0.2
8+
coverage>=4.0.1,!=4.0.2,<5.0
99
#cssselect>=0.6.1 # for PyQuery
1010
decorator>=4.0.4
1111
defusedxml>=0.4.1 # for TastyPie when ussing xml; not a declared dependency

0 commit comments

Comments
 (0)