oslo.log/requirements.txt
Takashi Kajinami 65e33466ae Remove fallback for old oslo.context
The get_logging_values method was added in oslo.context 2.0.0[1].

[1] 22ad2c2c591f16012a75c99bd11b2f30d35bffff

Closes-Bug: #1715148
Change-Id: Idb31334674805e821cf5c34b9553b7002d158b6c
2024-03-30 18:26:58 +00:00

9 lines
321 B
Plaintext

pbr>=3.1.1 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.21.0 # Apache-2.0
oslo.i18n>=3.20.0 # Apache-2.0
oslo.utils>=3.36.0 # Apache-2.0
oslo.serialization>=2.25.0 # Apache-2.0
pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT
python-dateutil>=2.7.0 # BSD