Move reno to optional docs requirements

reno is not used for testing so it should not be in test-requirements.txt .
Move it to the optional docs requirements.

Change-Id: Idf09d2fe9632882a830311a1ab1fe28b72f1d5d9
This commit is contained in:
Thomas Bechtold 2017-09-25 15:51:58 +02:00
parent 9a05c1c7fe
commit 6720cf7ed0
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ classifier =
[extras]
docs =
openstackdocstheme>=1.17.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
[global]
setup-hooks =

View File

@ -6,4 +6,3 @@ sphinx>=1.6.2 # BSD
mock>=2.0.0 # BSD
coverage!=4.4,>=4.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
reno>=2.5.0 # Apache-2.0