2c8668c4e5
We removed compatibility with Python 3.8 once but it was added back to
tested runtimes for 2023.2. Thus we have to make sure the code works
with Python 3.8, which was broken by [1].
Note that ptyz is added back to requirmenets.txt and is now required
regardless of the python version. This is a short term solution until
we figure out the way to fix the requirement-check job (or we again
remove python 3.8 support).
[1] 7d9fda625f
Change-Id: Ica344021a4e922bcfd20d20cffcce585a5742c8f
15 lines
498 B
Plaintext
15 lines
498 B
Plaintext
# NOTE(dhellmann): Because oslo.utils is used by the client libraries,
|
|
# we do not want to add a lot of dependencies to it. If you find that
|
|
# adding a new feature to oslo.utils means adding a new dependency,
|
|
# that is a likely indicator that the feature belongs somewhere else.
|
|
|
|
iso8601>=0.1.11 # MIT
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
pytz>=2013.6 # MIT
|
|
netaddr>=0.7.18 # BSD
|
|
netifaces>=0.10.4 # MIT
|
|
debtcollector>=1.2.0 # Apache-2.0
|
|
pyparsing>=2.1.0 # MIT
|
|
packaging>=20.4 # BSD
|
|
tzdata>=2022.4 # MIT
|