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>
This commit is contained in:
Adrian Vladu 2024-03-04 13:01:51 +02:00
parent 07cae6e8c7
commit 2ebfe19a88
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ six>=1.7.0
Babel>=1.3
oauthlib
netifaces
pytz
PyYAML
requests
untangle==1.2.1