Add missing direct imports

This patch adds oslo.config and greenlet to requirements as
they directly imported in the code.

Change-Id: Id20cf36b8e079501418764637176a539315cc8d9
This commit is contained in:
Vasyl Saienko 2024-02-03 11:00:27 +02:00
parent c291a945eb
commit 489fe7c8fb
2 changed files with 2 additions and 2 deletions

View File

@ -4,3 +4,5 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
psutil>=3.2.2 # BSD
oslo.i18n>=3.15.3 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
greenlet>=0.4.15 # MIT
oslo.config>=5.1.0 # Apache-2.0

View File

@ -3,9 +3,7 @@ oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
# for testing optional parts
oslo.config>=5.2.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
greenlet>=0.4.15 # MIT
coverage!=4.4,>=4.0 # Apache-2.0