Files
charm-barbican-vault/requirements.txt
Jadon Naas c3c8db7497 Updates for py312 compatibility
- Removed pins to old version of setuptools.
- Added py312 section to tox.ini [testenv]
- Updated flake8 to 7.1.1 instead of 3.9.2
- use assertEqual in unit tests instead of
  the removed assertEquals

Change-Id: Ia87ff66df41854f30586f341f7d481dea775edb5
2024-08-22 16:48:05 +00:00

17 lines
568 B
Plaintext

# 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
#
# NOTE: 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
#
cryptography<3.4
git+https://github.com/juju/charm-tools.git
simplejson