20f312ad9c
Add check/gate charmbuild target. Refresh test-requirements. Update charmcraft to use rust >= 1.76 to support newer versions of rpds-py. Change-Id: I9fda331731d29fecccd0a9c59ece9aa00d065333
24 lines
662 B
Plaintext
24 lines
662 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
|
|
#
|
|
pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here.
|
|
|
|
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
|
|
|
|
netifaces
|