Migrate from pkg_resources to importlib (#3232)

This commit is contained in:
Raphael Michel
2023-04-18 12:46:13 +02:00
committed by GitHub
parent ff86fcf000
commit 2427421945
4 changed files with 30 additions and 31 deletions

View File

@@ -192,6 +192,7 @@ setup(
'dnspython==2.2.*',
'drf_ujson2==1.7.*',
'geoip2==4.*',
'importlib-metadata==6.4.*', # Polyfill, we can probably drop this once we require Python 3.10+
'isoweek',
'jsonschema',
'kombu==5.2.*',