mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
importlib_resources for Python < 3.9, refs #2057
This commit is contained in:
parent
947520c1fe
commit
b0d0a0e5de
2 changed files with 11 additions and 5 deletions
1
setup.py
1
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue