mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump to uvicorn 0.8.4
https://github.com/encode/uvicorn/commits/0.8.4 Query strings will now be included in log files: https://github.com/encode/uvicorn/pull/384
This commit is contained in:
parent
f2006cca80
commit
029e3d5363
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -47,7 +47,7 @@ setup(
|
|||
"hupper~=1.0",
|
||||
"pint~=0.8.1",
|
||||
"pluggy~=0.12.0",
|
||||
"uvicorn~=0.8.1",
|
||||
"uvicorn~=0.8.4",
|
||||
"aiofiles~=0.4.0",
|
||||
],
|
||||
entry_points="""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue