whitebox-tempest-plugin/requirements.txt
Artom Lifshitz c474ef3235 "Fix" double declaration of barbican-templest-plugin
Apparently downstream CI can't handle the second
barbican-tempest-plugin entry. Make it conditional on the Pyton
version as well.

Change-Id: I2c34afe243a73912837b6fc7efdff21eacf920a0
2023-12-22 12:54:42 -05:00

20 lines
775 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.
setuptools>=17.1
# setuptools needs to be upgraded below to ensure we have
# a new enough setuptools version to support using >=
# for the python_version marker
iniparse>=0.4;python_version=='2.7' # MIT
iniparse>=0.5;python_version>='3.6' # MIT
crudini>=0.9.3
cryptography<3.3;python_version=='3.6'
bcrypt<3.2;python_version=='3.6'
paramiko>=2.7.0
sshtunnel<=0.1.3;python_version=='2.7' # MIT
sshtunnel;python_version>='3.6' # MIT
pymysql
# the vTPM tests require it
barbican-tempest-plugin<=1.6.0;python_version<='3.6'
barbican-tempest-plugin;python_version>'3.6'