From 0170657cf1f4639f7d2606c35e4f0896427b2cc9 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 21 Jul 2019 21:25:23 +0000 Subject: [PATCH] Disallowed a broken version of docutils - Legacy-Id: 16572 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64b55aaac..1434187af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ django-referrer-policy>=1.0 django-simple-history>=2.3.0 django-tastypie>=0.13.2 django-widget-tweaks>=1.3 -docutils>=0.12 +docutils>=0.12,!=0.15 factory-boy>=2.9.0 google-api-python-client Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes return string names instead of unicode.