Skip to content

Commit 8b797e0

Browse files
committed
add outcome as direct dependency
Fixes #196
1 parent 6b7bd6b commit 8b797e0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: requirements-dev-full.txt

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ outcome==1.3.0.post0
100100
# via
101101
# pytest-trio
102102
# trio
103+
# trio-websocket (setup.py)
103104
packaging==24.2
104105
# via
105106
# build

Diff for: requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ outcome==1.3.0.post0
3838
# via
3939
# pytest-trio
4040
# trio
41+
# trio-websocket (setup.py)
4142
packaging==24.2
4243
# via
4344
# build

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
package_data={"trio-websocket": ["py.typed"]},
4545
install_requires=[
4646
'exceptiongroup; python_version<"3.11"',
47+
'outcome>=1.2.0',
4748
'trio>=0.11',
4849
'wsproto>=0.14',
4950
],

0 commit comments

Comments
 (0)