From f3979221addceb25fd5980ddf2978eb137812423 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 28 Jan 2022 00:00:34 -0300 Subject: [PATCH] add wsproto dep --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 3c2ecb0..00b78f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -424,7 +424,7 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "56d99717b6f3a32560d33ee9efdb77c7cf59f2447f1ff626c8dabb1261dc30c7" +content-hash = "135c208a1dd82e1f358357e6ce26802d134e57f6fb8966d634c8b200c9730d96" [metadata.files] aiofiles = [ diff --git a/pyproject.toml b/pyproject.toml index 75297e3..31ce245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ pillow = "^8.3.2" aiohttp = "^3.7.4" zstandard = "^0.15.2" winter = {git = "https://gitlab.com/elixire/winter"} +wsproto = "^1.0.0"