Skip to content

Commit

Permalink
Quick fix for build failure (#57)
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
mehaase committed Oct 25, 2018
1 parent 0aaa314 commit 22d785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,6 +39,7 @@
'async_generator',
'attrs>=18.2',
'ipaddress',
'sphinxcontrib-trio',
'trio>=0.9,<0.10.0',
'wsaccel',
'wsproto>=0.12.0',
Expand All @@ -52,7 +53,6 @@
'pytest-trio>=0.5.0',
'sphinx',
'sphinx_rtd_theme',
'sphinxcontrib-trio',
'trustme',
],
},
Expand Down

0 comments on commit 22d785d

Please sign in to comment.