From e680e93c4f3eb05a3d529d68b61b260bdc82d896 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: Ie92736637301d9dfdab19c469171d92fef3b8bee --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56e8b71..5f2fff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,6 @@ # # Build requirements charm-tools>=2.4.4 -simplejson \ No newline at end of file +# importlib-resources 1.1.0 removed Python 3.5 support +importlib-resources<1.1.0 +simplejson