Skip to content

Commit 92604e6

Browse files
committed
Explicitly install Faker -- the fake-factory alias will go away December 15th, according to pypi.python.org.
- Legacy-Id: 12410
1 parent d589718 commit 92604e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ django-widget-tweaks>=1.3
1414
docutils>=0.12
1515
factory-boy>=2.7.0
1616
# fake-factory==0.5.3 # from factory-boy
17+
Faker>=0.5.3 # Explicit install
1718
hashids>=1.1.0
1819
html5lib>=0.90,<0.99999999 # ietf.utils.html needs a rewrite for html5lib 1.x -- major code changes in sanitizer
1920
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.

0 commit comments

Comments
 (0)