![Asma Syed Hameed](/assets/img/avatar_default.png)
not available by default when using the distribution packages pyca/cryptography#5753 To resolve this, we upgrade pip in the virtualenv if it is not new enough. We maintain the pin on <20 to ensure that it is usable in both python2 and python3 environments and that it doesn't bring any new setuptools requirements into the mix. Change-Id: I1adb92ee823558bd4e6b70ca961669ccf3e0434b
14 lines
409 B
Plaintext
14 lines
409 B
Plaintext
# to avoid dependency conflicts, try to use ranges, eventually banning a
|
|
# buggy minor version (!=) or capping (<) once you have proof it breaks.
|
|
ansible>=2.4.1
|
|
elasticsearch
|
|
pyrsistent==0.16.0;python_version<'3'
|
|
pyrsistent>=0.17.0;python_version>='3'
|
|
grafyaml>=0.0.7
|
|
openstacksdk
|
|
python-dateutil>=2.4.2
|
|
python-openstackclient>=3.11.0
|
|
pykwalify==1.7.0;python_version<'3'
|
|
pykwalify>=1.8.0;python_version>='3'
|
|
|