charm-ceph-dashboard/test-requirements.txt
Peter Sabaini 68993e5932 SSL handling: check cert/key before attempting to set
Also update some dependencies and fix tox config

Change-Id: Ief48e2f67130f45b4aa83840636b11313a44bb96
Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
2025-01-14 10:24:25 +01:00

18 lines
671 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
flake8
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.