Move sphinx-feature-classification to docs reqs
This was added in the main requirements.txt, but it is not a requirement for running the service. This moves it to the docs/requirements.txt file so it is only installed for doc builds. Change-Id: I37026b9be913ccf157fce711f2d85fc05342e891 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
7ca50774c7
commit
28374983dd
@ -10,3 +10,4 @@ os-api-ref>=1.4.0 # Apache-2.0
|
|||||||
ddt>=1.0.1 # MIT
|
ddt>=1.0.1 # MIT
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
sphinxcontrib-apidoc>=0.2.0 # BSD
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
||||||
|
sphinx-feature-classification>=0.1.0 # Apache 2.0
|
||||||
|
@ -50,7 +50,6 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
|||||||
Routes>=2.3.1 # MIT
|
Routes>=2.3.1 # MIT
|
||||||
taskflow>=2.16.0 # Apache-2.0
|
taskflow>=2.16.0 # Apache-2.0
|
||||||
rtslib-fb>=2.1.65 # Apache-2.0
|
rtslib-fb>=2.1.65 # Apache-2.0
|
||||||
sphinx-feature-classification>=0.1.0 # Apache 2.0
|
|
||||||
simplejson>=3.5.1 # MIT
|
simplejson>=3.5.1 # MIT
|
||||||
six>=1.10.0 # MIT
|
six>=1.10.0 # MIT
|
||||||
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user