mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Use aiofiles for static, refs #272
This commit is contained in:
parent
ca03940f6d
commit
8a1a15d725
4 changed files with 50 additions and 12 deletions
1
setup.py
1
setup.py
|
|
@ -49,6 +49,7 @@ setup(
|
|||
"pint==0.8.1",
|
||||
"pluggy>=0.12.0",
|
||||
"uvicorn>=0.8.1",
|
||||
"aiofiles==0.4.0",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue