From b24d1fc8fd841ed4a153407fa27c9fb9029322c9 Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Tue, 3 Mar 2020 09:51:15 +0100 Subject: [PATCH] Update charm build requirements Change-Id: I372a20be8c2ebb1e643b9552d2bbb34773ad8b7a --- requirements.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 20f335d..5f2fff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,10 @@ -# This file is managed centrally. If you find the need to modify this as a -# one-off, please don't. Intead, consult #openstack-charms and ask about -# requirements management in charms via bot-control. Thank you. +# 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 # # Build requirements charm-tools>=2.4.4 +# importlib-resources 1.1.0 removed Python 3.5 support +importlib-resources<1.1.0 simplejson