From cc3c9be2e452dbd2171cf9e350936d9732c31df8 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Mon, 11 Mar 2019 05:37:24 -0400 Subject: [PATCH] Remove docutils requirement This requirements was added [1] in order to run pep8 with a check that has been subsequently removed [2]. It should have been a test-requirement in the first place, and now tox runs just fine without it. [1] https://review.openstack.org/#/c/573474 [2] https://review.openstack.org/#/c/614286/ Change-Id: I14015139ccd0cb509bb0d50c1e65af13ec11bd7c --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca7a1caf1..d8fa05ddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,3 @@ Babel!=2.4.0,>=2.3.4 # BSD six>=1.10.0 # MIT python-keystoneclient>=3.8.0 # Apache-2.0 debtcollector>=1.2.0 # Apache-2.0 -docutils>=0.11