charm-ceph-dashboard/test-requirements.txt
Liam Young 93f62a9d93 Fix graphs to use dns name
dns_name appears to be a more reliable key for the graphs as
instance may return the IP or the hostname which breaks the
host match

Change-Id: Ie2b890a1eddd62aeb28d4e0261b6626976bb9c14
2021-10-19 14:36:25 +00:00

19 lines
696 B
Plaintext

# This file is managed centrally. If you find the need to modify this as a
# one-off, please don't. Intead, consult #openstack-charms and ask about
# requirements management in charms via bot-control. Thank you.
charm-tools>=2.4.4
coverage>=3.6
mock>=1.2
flake8>=2.2.4,<=2.4.1
pyflakes==2.1.1
stestr>=2.2.0
requests>=2.18.4
psutil
# oslo.i18n dropped py35 support
oslo.i18n<4.0.0
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
pytz # workaround for 14.04 pip/tox
pyudev # for ceph-* charm unit tests (not mocked?)
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.