f4ed57fc08
* charm-helpers sync for classic charms * charms.ceph sync for ceph charms * rebuild for reactive charms * sync tox.ini files as needed * sync requirements.txt files to sync to standard Change-Id: Ic9b019feec791d33f45e71264f4649d60b75f958
12 lines
510 B
Plaintext
12 lines
510 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
|
|
#
|
|
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
|
|
# Build requirements
|
|
charm-tools>=2.4.4
|
|
# importlib-resources 1.1.0 removed Python 3.5 support
|
|
importlib-resources<1.1.0
|
|
simplejson
|