Skip to content

Commit

Permalink
setup.py: require txtorcon all the time, remove 'tor' extra
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Jun 14, 2017
1 parent e7bb259 commit 2575dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"click",
"humanize",
"ipaddress",
"txtorcon >= 0.19.3",
],
extras_require={
':sys_platform=="win32"': ["pypiwin32"],
"tor": ["txtorcon >= 0.19.3"],
"dev": ["mock", "tox", "pyflakes", "txtorcon >= 0.19.3"],
"dev": ["mock", "tox", "pyflakes"],
},
test_suite="wormhole.test",
cmdclass=commands,
Expand Down

0 comments on commit 2575dbf

Please sign in to comment.