Up uvicorn to 0.14 & click to 8.0

This commit is contained in:
Ivan Kravets
2021-06-01 17:59:18 +03:00
parent bee35acfa6
commit 710f82de0f

View File

@ -45,7 +45,7 @@ home_requirements = [
"aiofiles==0.7.*",
"ajsonrpc==1.1.*",
"starlette==0.14.*",
"uvicorn==0.13.*",
"uvicorn==0.14.*",
"wsproto==1.0.*",
]