Use importlib_metadata for Python 3.8, refs #2057

This commit is contained in:
Simon Willison 2023-09-21 13:26:13 -07:00
commit 2da1a6acec
2 changed files with 7 additions and 4 deletions

View file

@ -49,6 +49,7 @@ setup(
"hupper>=1.9",
"httpx>=0.20",
'importlib_resources>=1.3.1; python_version < "3.9"',
'importlib_metadata>=4.6; python_version < "3.9"',
"pint>=0.9",
"pluggy>=1.0",
"uvicorn>=0.11",