Files
charm-manila-ganesha/test-requirements-py312.txt
Seyeong Kim 0b3ff60f8c Cleanup Master CI
* update:
  - charmcraft.yaml for v3
  - tox.ini to use py3.12 by default
  - test-requirements.in to use zaza for juju3
  - update test bundles to work with charmcraft v3
* generate:
  - merged-requirements-py312.txt
  - test-requirements-py312.txt
* add:
   - update-requirements env to tox.ini and src/tox.ini

Change-Id: I24452609d2bfba5f752c2abc0a20edf748dc161a
Signed-off-by: Seyeong Kim <seyeong.kim@canonical.com>
2026-06-15 06:49:05 +00:00

119 lines
2.4 KiB
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=test-requirements-py312.txt --unsafe-package=juju --unsafe-package=kubernetes test-requirements.in
#
certifi==2026.5.20
# via requests
cffi==2.0.0
# via cryptography
charmhelpers==1.2.1
# via charms-reactive
charms-openstack @ git+https://github.com/openstack/charms.openstack.git
# via -r test-requirements.in
charms-reactive==1.5.3
# via -r test-requirements.in
charset-normalizer==3.4.7
# via requests
cliff==2.18.0
# via
# -r test-requirements.in
# stestr
cmd2==0.8.9
# via cliff
coverage==7.14.1
# via -r test-requirements.in
cryptography==3.3.2
# via -r test-requirements.in
fixtures==4.3.2
# via stestr
flake8==7.1.1
# via -r test-requirements.in
hvac==2.4.0
# via -r test-requirements.in
idna==3.18
# via requests
iso8601==2.1.0
# via python-subunit
jinja2==3.1.6
# via charmhelpers
lxml==6.1.1
# via -r test-requirements.in
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via flake8
mock==5.2.0
# via -r test-requirements.in
netaddr==1.3.0
# via charmhelpers
netifaces==0.11.0
# via -r test-requirements.in
nose==1.3.7
# via -r test-requirements.in
pbr==5.6.0
# via
# -r test-requirements.in
# charmhelpers
# cliff
prettytable==0.7.2
# via cliff
psutil==7.2.2
# via -r test-requirements.in
psycopg2-binary==2.9.12
# via -r test-requirements.in
pyaml==26.2.1
# via charms-reactive
pycodestyle==2.12.1
# via flake8
pycparser==3.0
# via cffi
pyflakes==3.2.0
# via flake8
pyparsing==2.4.7
# via
# -r test-requirements.in
# cliff
# cmd2
pyperclip==1.11.0
# via cmd2
python-subunit==1.4.6
# via stestr
pyyaml==6.0.3
# via
# charmhelpers
# cliff
# pyaml
# python-subunit
# stestr
requests==2.34.2
# via
# -r test-requirements.in
# hvac
setuptools==81.0.0
# via -r test-requirements.in
six==1.17.0
# via
# cliff
# cmd2
# cryptography
stestr==4.2.1
# via -r test-requirements.in
stevedore==5.8.0
# via cliff
tenacity==9.1.4
# via -r test-requirements.in
testtools==2.9.1
# via
# python-subunit
# stestr
tomlkit==0.15.0
# via stestr
urllib3==2.7.0
# via requests
voluptuous==0.16.0
# via stestr
wcwidth==0.8.1
# via cmd2