add wsproto dep

This commit is contained in:
Luna 2022-01-28 00:00:34 -03:00
parent 6ac705f838
commit f3979221ad
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -424,7 +424,7 @@ cffi = ["cffi (>=1.11)"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "56d99717b6f3a32560d33ee9efdb77c7cf59f2447f1ff626c8dabb1261dc30c7" content-hash = "135c208a1dd82e1f358357e6ce26802d134e57f6fb8966d634c8b200c9730d96"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [

View File

@ -19,6 +19,7 @@ pillow = "^8.3.2"
aiohttp = "^3.7.4" aiohttp = "^3.7.4"
zstandard = "^0.15.2" zstandard = "^0.15.2"
winter = {git = "https://gitlab.com/elixire/winter"} winter = {git = "https://gitlab.com/elixire/winter"}
wsproto = "^1.0.0"