Updated minimum requirements

- Legacy-Id: 14748
This commit is contained in:
Henrik Levkowetz 2018-03-08 19:13:50 +00:00
parent 278f5928ce
commit 94415ecd0d

View file

@ -3,7 +3,7 @@ setuptools>=18.5 # Require this first, to prevent later errors
#
anora>=0.1.2
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
beautifulsoup4>=4.4
beautifulsoup4>=4.5.0
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.
bleach>=2.0.0
coverage>=4.0.1,!=4.0.2
@ -21,7 +21,7 @@ django-widget-tweaks>=1.3
docutils>=0.12
factory-boy>=2.9.0
google-api-python-client
Faker!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.
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.
hashids>=1.1.0
html5lib>=1.0.1
httplib2>=0.10.3