mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Vendor Pint and test on Python 3.13, refs #2434
This commit is contained in:
parent
5cac74c4ac
commit
a104554dfc
79 changed files with 16901 additions and 4 deletions
6
setup.py
6
setup.py
|
|
@ -48,7 +48,6 @@ setup(
|
|||
"Jinja2>=2.10.3",
|
||||
"hupper>=1.9",
|
||||
"httpx>=0.20",
|
||||
"pint>=0.9",
|
||||
"pluggy>=1.0",
|
||||
"uvicorn>=0.11",
|
||||
"aiofiles>=0.4",
|
||||
|
|
@ -59,6 +58,11 @@ setup(
|
|||
"itsdangerous>=1.1",
|
||||
"setuptools",
|
||||
"pip",
|
||||
# Needed by our vendored Pint:
|
||||
"platformdirs>=2.1.0",
|
||||
"typing_extensions>=4.0.0",
|
||||
"flexcache>=0.3",
|
||||
"flexparser>=0.3",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue