From 92604e661dc9f5be14f161296d3f437d0acb0103 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 28 Nov 2016 21:45:12 +0000 Subject: [PATCH] Explicitly install Faker -- the fake-factory alias will go away December 15th, according to pypi.python.org. - Legacy-Id: 12410 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c07df94e1..1df4e40d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ django-widget-tweaks>=1.3 docutils>=0.12 factory-boy>=2.7.0 # fake-factory==0.5.3 # from factory-boy +Faker>=0.5.3 # Explicit install 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/.