2019-09-30 17:08:26 -05:00
|
|
|
# This file is managed centrally by release-tools and should not be modified
|
|
|
|
# within individual charm repos. See the 'global' dir contents for available
|
|
|
|
# choices of *requirements.txt files for OpenStack Charms:
|
|
|
|
# https://github.com/openstack-charmers/release-tools
|
|
|
|
#
|
2021-10-29 17:00:41 -04:00
|
|
|
pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here.
|
2020-12-10 22:23:24 +01:00
|
|
|
|
2019-03-20 07:43:26 -07:00
|
|
|
stestr>=2.2.0
|
2020-12-10 22:23:24 +01:00
|
|
|
|
|
|
|
# Dependency of stestr. Workaround for
|
|
|
|
# https://github.com/mtreinish/stestr/issues/145
|
|
|
|
cliff<3.0.0
|
|
|
|
|
2019-09-30 17:08:26 -05:00
|
|
|
requests>=2.18.4
|
2018-02-16 01:41:55 +03:00
|
|
|
charms.reactive
|
2020-12-10 22:23:24 +01:00
|
|
|
|
2022-06-10 20:14:47 +00:00
|
|
|
mock>=1.2
|
2022-02-01 20:13:54 +00:00
|
|
|
|
2019-03-20 07:43:26 -07:00
|
|
|
nose>=1.3.7
|
2018-02-16 01:41:55 +03:00
|
|
|
coverage>=3.6
|
2021-05-03 15:33:46 +01:00
|
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|
2019-09-30 17:08:26 -05:00
|
|
|
#
|
|
|
|
# Revisit for removal / mock improvement:
|
2021-06-28 14:42:10 +02:00
|
|
|
#
|
|
|
|
# NOTE(lourot): newer versions of cryptography require a Rust compiler to build,
|
|
|
|
# see
|
|
|
|
# * https://github.com/openstack-charmers/zaza/issues/421
|
|
|
|
# * https://mail.python.org/pipermail/cryptography-dev/2021-January/001003.html
|
|
|
|
#
|
2019-09-30 17:08:26 -05:00
|
|
|
netifaces # vault
|
|
|
|
psycopg2-binary # vault
|
|
|
|
tenacity # vault
|
2021-07-22 14:55:34 +02:00
|
|
|
pbr==5.6.0 # vault
|
2021-06-28 14:42:10 +02:00
|
|
|
cryptography<3.4 # vault, keystone-saml-mellon
|
2019-09-30 17:08:26 -05:00
|
|
|
lxml # keystone-saml-mellon
|
|
|
|
hvac # vault, barbican-vault
|
2022-02-01 20:13:54 +00:00
|
|
|
psutil # cinder-lvm
|