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
This commit is contained in:
Artem Goncharov 2023-01-31 22:11:04 +01:00
parent a670496b6d
commit fceeefca1c
1 changed files with 1 additions and 0 deletions

View File

@ -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