Skip to content

Commit 22d785d

Browse files
committed
Quick fix for build failure (#57)
The build fails because it can't find sphinxcontrib_trio, which is is a "dev" dependency. This quick fix is to make it a real dependency. This might be fixable by doing #61?
1 parent 0aaa314 commit 22d785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'async_generator',
4040
'attrs>=18.2',
4141
'ipaddress',
42+
'sphinxcontrib-trio',
4243
'trio>=0.9,<0.10.0',
4344
'wsaccel',
4445
'wsproto>=0.12.0',
@@ -52,7 +53,6 @@
5253
'pytest-trio>=0.5.0',
5354
'sphinx',
5455
'sphinx_rtd_theme',
55-
'sphinxcontrib-trio',
5656
'trustme',
5757
],
5858
},

0 commit comments

Comments
 (0)