Removed the explicit import of Faker, as factory-boy has now been updated to refer to it by that name.

- Legacy-Id: 12585
This commit is contained in:
Henrik Levkowetz 2016-12-19 14:28:38 +00:00
parent 6f6406b097
commit eb167bc393

View file

@ -15,8 +15,7 @@ django-tastypie>=0.13.1
django-widget-tweaks>=1.3
docutils>=0.12
factory-boy>=2.7.0
# fake-factory==0.5.3 # from factory-boy
Faker>=0.7.1 # Explicit install
# Faker # from factory-boy
hashids>=1.1.0
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/.