Bump to uvicorn 0.8.4 (#559)

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:
Simon Willison 2019-07-13 15:34:57 -07:00 committed by GitHub
commit d224ee2c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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