The 1.6.3 [1] release has dropped support for py2 [2] so cap to 1.6.2 when using py2. We also need to bump the lower constraint of keystoneauth1 since our minimum version of openstacksdk, 0.17.0, depends on keystoneauth1>=3.8.0 and PyPI 20.1+ won't allow this to stand. [1] https://github.com/PyCQA/bandit/releases/tag/1.6.3 [2] https://github.com/PyCQA/bandit/pull/615 Change-Id: Iad568c152d49c2fe5dd31dc9b05c07e3d4fd1a83 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
18 lines
644 B
Plaintext
18 lines
644 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
|
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
|
keystoneauth1>=3.8.0 # Apache-2.0
|
|
openstacksdk>=0.17.0 # Apache-2.0
|
|
osc-lib>=1.14.0 # Apache-2.0
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
python-glanceclient>=2.8.0 # Apache-2.0
|
|
python-keystoneclient>=3.17.0 # Apache-2.0
|
|
python-novaclient>=15.0.0 # Apache-2.0
|
|
python-cinderclient>=3.3.0 # Apache-2.0
|