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