f64d041ca2
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: I5bf1b2a030c08461bc42c1e686af6220738ed98c
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
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
|
|
#
|
|
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
|
|
# Lint and unit test requirements
|
|
flake8>=2.2.4
|
|
|
|
stestr>=2.2.0
|
|
|
|
# Dependency of stestr. Workaround for
|
|
# https://github.com/mtreinish/stestr/issues/145
|
|
cliff<3.0.0
|
|
|
|
requests>=2.18.4
|
|
charms.reactive
|
|
|
|
mock>=1.2
|
|
|
|
nose>=1.3.7
|
|
coverage>=3.6
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|
|
#
|
|
# Revisit for removal / mock improvement:
|
|
netifaces # vault
|
|
psycopg2-binary # vault
|
|
tenacity # vault
|
|
pbr # vault
|
|
cryptography # vault, keystone-saml-mellon
|
|
lxml # keystone-saml-mellon
|
|
hvac # vault, barbican-vault
|
|
|
|
# pep8 requirements
|
|
charm-tools>=2.4.4
|
|
|
|
# Workaround until https://github.com/juju/charm-tools/pull/589 gets
|
|
# published
|
|
keyring<21
|
|
|
|
# Functional Test Requirements (let Zaza's dependencies solve all dependencies here!)
|
|
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
|