From 223b694313d394ab73259bbc4538cde4ba005b35 Mon Sep 17 00:00:00 2001 From: David Stainton Date: Mon, 9 Jan 2017 19:51:38 +0000 Subject: [PATCH] Remove shutilwhich from setup.py extras --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e5663db96..38b9f0696 100644 --- a/setup.py +++ b/setup.py @@ -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",