Changed the minimum version for Faker to one that actually exists and can be installed by the Verify Minimum buildbot test.
- Legacy-Id: 12418
This commit is contained in:
parent
a66d0c5187
commit
b7b7eb040c
|
@ -14,7 +14,7 @@ django-widget-tweaks>=1.3
|
||||||
docutils>=0.12
|
docutils>=0.12
|
||||||
factory-boy>=2.7.0
|
factory-boy>=2.7.0
|
||||||
# fake-factory==0.5.3 # from factory-boy
|
# fake-factory==0.5.3 # from factory-boy
|
||||||
Faker>=0.5.3 # Explicit install
|
Faker>=0.7.1 # Explicit install
|
||||||
hashids>=1.1.0
|
hashids>=1.1.0
|
||||||
html5lib>=0.90,<0.99999999 # ietf.utils.html needs a rewrite for html5lib 1.x -- major code changes in sanitizer
|
html5lib>=0.90,<0.99999999 # ietf.utils.html needs a rewrite for html5lib 1.x -- major code changes in sanitizer
|
||||||
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
|
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
|
||||||
|
|
Loading…
Reference in a new issue