From b7b7eb040cb54065b9910390477d221a02bace26 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Tue, 29 Nov 2016 13:12:21 +0000 Subject: [PATCH] Changed the minimum version for Faker to one that actually exists and can be installed by the Verify Minimum buildbot test. - Legacy-Id: 12418 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1df4e40d5..3ac966cf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +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 +Faker>=0.7.1 # 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/.