setup.py: remove the dependency on ipaddress

Do we still need this? Nothing in wormhole uses it.

refs #274
This commit is contained in:
Brian Warner 2018-02-14 23:13:59 -08:00
parent 43f45aa2c9
commit 13b1539409

View File

@ -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={