Skip to content

Commit 6c2ae37

Browse files
committed
reqs
1 parent e185081 commit 6c2ae37

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ aiohttp = ">= 3.8.4"
2121
aiohttp-retry = ">= 2.8.3"
2222
pydantic = ">=2"
2323
typing-extensions = ">=4.7.1"
24+
websockets = ">= 12.0.0"
2425

2526
[tool.poetry.dev-dependencies]
2627
pytest = ">=7.2.1"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pydantic >= 2
55
typing-extensions >= 4.7.1
66
aiohttp >= 3.0.0
77
aiohttp-retry >= 2.8.3
8+
websockets >= 12.0.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"aiohttp-retry >= 2.8.3",
3131
"pydantic >= 2",
3232
"typing-extensions >= 4.7.1",
33+
"websockets >= 12.0.0"
3334
]
3435

3536
setup(

0 commit comments

Comments
 (0)