Skip to content

Commit 94415ec

Browse files
committed
Updated minimum requirements
- Legacy-Id: 14748
1 parent 278f592 commit 94415ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ setuptools>=18.5 # Require this first, to prevent later errors
33
#
44
anora>=0.1.2
55
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
6-
beautifulsoup4>=4.4
6+
beautifulsoup4>=4.5.0
77
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.
88
bleach>=2.0.0
99
coverage>=4.0.1,!=4.0.2
@@ -21,7 +21,7 @@ django-widget-tweaks>=1.3
2121
docutils>=0.12
2222
factory-boy>=2.9.0
2323
google-api-python-client
24-
Faker!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
24+
Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
2525
hashids>=1.1.0
2626
html5lib>=1.0.1
2727
httplib2>=0.10.3

0 commit comments

Comments
 (0)