tripleo-ansible/molecule-requirements.txt
Kevin Carter 89652e486a
Dont set constraints on sphinx
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>
2019-07-11 11:35:06 -05:00

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