Merge "Updates for testing period for 20.01 release"

This commit is contained in:
Zuul 2021-01-14 09:41:24 +00:00 committed by Gerrit Code Review
commit 1f16c4afa0
3 changed files with 7 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
4fef9fea-0e2c-11eb-a1aa-2f91f544c950
6f8e775e-5418-11eb-a0f3-d328171aeb5f

View File

@ -1,3 +1,7 @@
# pin Jinja2 to the last versions supporting python 3.4 for trusty
Jinja2<=2.10.1
psutil
git+https://opendev.org/openstack/charms.openstack.git#egg=charms.openstack
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers

View File

@ -22,6 +22,8 @@ importlib-resources<3.0.0; python_version < '3.6'
# dropped support for python 3.5:
osprofiler<2.7.0;python_version<'3.6'
stevedore<1.31.0;python_version<'3.6'
debtcollector<1.22.0;python_version<'3.6'
oslo.utils<=3.41.0;python_version<'3.6'
requests>=2.18.4
charms.reactive