Skip to content

Commit 0405772

Browse files
committed
Initialize trio implementation.
1 parent 6dfb604 commit 0405772

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/websockets/trio/__init__.py

Whitespace-only changes.

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
python-socks[asyncio]
21
mitmproxy
2+
python-socks[asyncio]
3+
trio

tests/trio/__init__.py

Whitespace-only changes.

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pass_env =
1717
deps =
1818
py311,py312,py313,py314,coverage,maxi_cov: mitmproxy
1919
py311,py312,py313,py314,coverage,maxi_cov: python-socks[asyncio]
20+
trio
2021
werkzeug
2122

2223
[testenv:coverage]
@@ -48,4 +49,5 @@ commands =
4849
deps =
4950
mypy
5051
python-socks
52+
trio
5153
werkzeug

0 commit comments

Comments
 (0)