2019-09-30 17:09: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
|
|
|
|
#
|
2020-12-10 22:35:19 +01:00
|
|
|
# NOTE(lourot): This might look like a duplication of test-requirements.txt but
|
|
|
|
# some tox targets use only test-requirements.txt whereas charm-build uses only
|
|
|
|
# requirements.txt
|
2020-09-26 18:27:02 +01:00
|
|
|
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
|
2020-12-10 22:35:19 +01:00
|
|
|
|
2022-07-13 14:55:45 +00:00
|
|
|
# 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
|
2020-12-10 22:35:19 +01:00
|
|
|
|
2022-07-13 14:55:45 +00:00
|
|
|
git+https://github.com/juju/charm-tools.git
|
2020-12-10 22:35:19 +01:00
|
|
|
|
2022-07-13 14:55:45 +00:00
|
|
|
simplejson
|