Skip to content

Commit eb167bc

Browse files
committed
Removed the explicit import of Faker, as factory-boy has now been updated to refer to it by that name.
- Legacy-Id: 12585
1 parent 6f6406b commit eb167bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ django-tastypie>=0.13.1
1515
django-widget-tweaks>=1.3
1616
docutils>=0.12
1717
factory-boy>=2.7.0
18-
# fake-factory==0.5.3 # from factory-boy
19-
Faker>=0.7.1 # Explicit install
18+
# Faker # from factory-boy
2019
hashids>=1.1.0
2120
html5lib>=0.90,<0.99999999 # ietf.utils.html needs a rewrite for html5lib 1.x -- major code changes in sanitizer
2221
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.

0 commit comments

Comments
 (0)