Merge "Add missing direct imports"

This commit is contained in:
Zuul 2024-02-09 15:31:05 +00:00 committed by Gerrit Code Review
commit e0d7d0dda4
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

@ -2,8 +2,6 @@ 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