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
pull/559/head
Simon Willison 2019-07-12 15:30:25 -07:00 zatwierdzone przez GitHub
rodzic f2006cca80
commit 029e3d5363
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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="""