Files
tripleo-ansible/requirements.txt
T
Alex Schultz cdb59feb20 Fix missing requirements for tests
We added heatclient and metalsmith requirements as part of our modules
so we need to make sure to properly capture them.

Change-Id: Ia5859ecf0822f19b9f04dda79d5b8b5eaf5220be
2020-06-26 15:04:21 -06:00

8 lines
321 B
Plaintext

pbr>=1.6
tripleo-common>=11.3.1 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-heatclient # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0,<4.0.0;python_version=='2.7' # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0;python_version>='3.6' # Apache-2.0
metalsmith # Apache-2.0