We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e185081 commit 6c2ae37Copy full SHA for 6c2ae37
3 files changed
pyproject.toml
@@ -21,6 +21,7 @@ aiohttp = ">= 3.8.4"
21
aiohttp-retry = ">= 2.8.3"
22
pydantic = ">=2"
23
typing-extensions = ">=4.7.1"
24
+websockets = ">= 12.0.0"
25
26
[tool.poetry.dev-dependencies]
27
pytest = ">=7.2.1"
requirements.txt
@@ -5,3 +5,4 @@ pydantic >= 2
5
typing-extensions >= 4.7.1
6
aiohttp >= 3.0.0
7
aiohttp-retry >= 2.8.3
8
+websockets >= 12.0.0
setup.py
@@ -30,6 +30,7 @@
30
"aiohttp-retry >= 2.8.3",
31
"pydantic >= 2",
32
"typing-extensions >= 4.7.1",
33
+ "websockets >= 12.0.0"
34
]
35
36
setup(
0 commit comments