89652e486a
This python package does not need a constraint. In this case the constraint is being removed because it will break on py27 which we have to still support until 1 January 2019. Modern sphinx will automatically limit the version installed based on the detected version of python. Change-Id: I5091a6c30eec43ec24e3664813bc1fafd89f3e28 Signed-off-by: Kevin Carter <kecarter@redhat.com>
18 lines
302 B
Plaintext
18 lines
302 B
Plaintext
# this is required for the molecule jobs
|
|
ansible
|
|
ansi2html
|
|
docker
|
|
pytest
|
|
pytest-cov
|
|
pytest-html
|
|
pytest-xdist
|
|
mock
|
|
molecule>=2.22rc1
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx
|
|
openstackdocstheme>=1.29.2 # Apache-2.0
|
|
reno>=2.11.3 # Apache-2.0
|
|
doc8>=0.8.0 # Apache-2.0
|
|
bashate>=0.6.0 # Apache-2.0
|