Remove shutilwhich from setup.py extras

This commit is contained in:
David Stainton 2017-01-09 19:51:38 +00:00
parent 805be64769
commit 223b694313

@ -279,7 +279,6 @@ setup(name="tahoe-lafs", # also set in __init__.py
"txi2p >= 0.3.1", # in case pip's resolver doesn't work
"pytest",
"pytest-twisted",
"shutilwhich >= 1.1.0", # in Python 3.3 stdlib
],
"tor": [
"foolscap[tor] >= 0.12.5",