From fceeefca1ccc26bce07b7330c461a1d8b8de689b Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 31 Jan 2023 22:11:04 +0100 Subject: [PATCH] Add munch explicitly to requirements by mistake munch was previously pulled through SDK to OSC down to here. SDK dropped usage of it and now we see jobs start failing. Add munch to requirements explicitly while searching for a proper way to cope with this. Change-Id: Ic0156fda230a7287a909ac61a7281913ef494045 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3a1783f..3a5a224 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 +munch>=2.1.0 # MIT