hypercorn -k trio

This commit is contained in:
fiatjaf
2020-10-04 23:09:11 -03:00
parent c3ded859df
commit e408febf97
5 changed files with 5 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ typing-extensions = "*"
httpx = "*"
quart-trio = "*"
trio = "*"
hypercorn = {extras = ["trio"], version = "*"}
[dev-packages]
black = "==20.8b1"