cloudbase-init/requirements.txt
Adrian Vladu 2ebfe19a88 requirements: add missing pytz package
`pytz` package was included by oslo.log dependency on
oslo.serialization.
Recently, this commit removed the pytz package for
Python versions >= 3.9:
9aaea368e4

Which means `pytz` needs to be added as a requirement to
be able to support the current mainline Python 3.11.

Change-Id: I3dadbe0ead2369565afd7b7feed7761ff4a7db57
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
2024-03-04 13:01:54 +02:00

22 lines
306 B
Plaintext

pbr>=2.0.0
iso8601
netaddr>=0.7.6
pyserial
oslo.config
oslo.log
six>=1.7.0
Babel>=1.3
oauthlib
netifaces
pytz
PyYAML
requests
untangle==1.2.1
jinja2
cryptography
pywin32;sys_platform=="win32"
comtypes;sys_platform=="win32"
pymi;sys_platform=="win32"
wmi;sys_platform=="win32"
tzlocal;sys_platform=="win32"