wsme/requirements.txt
Stephen Finucane db14d97dbf Migrate to importlib.metadata
pkg_resources is removed in Python 3.12.

Change-Id: I6ea6d9eb098378dbab52cceb9aa6df335ef9407b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-09-07 15:48:08 +01:00

7 lines
153 B
Plaintext

WebOb>=1.8.0
simplegeneric
pytz
netaddr>=0.7.12
# TODO: Drop this when Python 3.10 is our minimum supported version
importlib_metadata>=4.4 # Apache-2.0