Add oslo.log as runtime requirement

it is actually imported in the code so it should be in requirements.txt

cf150d2b96/vitrageclient/auth.py (L19)
cf150d2b96/vitrageclient/v1/cli/template.py (L20)

I'm setting minimal version the oslo.log version of wallaby as i see no
relevant changes in vitrageclient since then at least.

Change-Id: I206aadafa5caa4733b92e57c37824b30407de6a7
This commit is contained in:
Alfredo Moralejo 2023-07-21 10:34:33 +02:00
parent cf150d2b96
commit 481c3051fb
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ keystoneauth1>=3.4.0 # Apache-2.0
iso8601>=0.1.11 # MIT
networkx>=2.3 # BSD
pydot>=1.4.1 # BSD
oslo.log>=4.4.0