From 13b1539409b0afc1e63ad292322d64bd18e35eb0 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 14 Feb 2018 23:13:59 -0800 Subject: [PATCH] setup.py: remove the dependency on ipaddress Do we still need this? Nothing in wormhole uses it. refs #274 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8ead251..f48e146 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,6 @@ setup(name="magic-wormhole", "tqdm >= 4.13.0", # 4.13.0 fixes crash on NetBSD "click", "humanize", - "ipaddress", "txtorcon >= 0.19.3", ], extras_require={