mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use importlib_metadata for 3.9 as well, refs #2057
This commit is contained in:
parent
f130c7c0a8
commit
e4f868801a
2 changed files with 4 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -49,7 +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"',
|
||||
'importlib_metadata>=4.6; python_version < "3.10"',
|
||||
"pint>=0.9",
|
||||
"pluggy>=1.0",
|
||||
"uvicorn>=0.11",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue