importlib_resources for Python < 3.9, refs #2057

This commit is contained in:
Simon Willison 2023-09-21 12:42:15 -07:00
commit b0d0a0e5de
2 changed files with 11 additions and 5 deletions

View file

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