setup.py: remove the dependency on ipaddress
Do we still need this? Nothing in wormhole uses it. refs #274
This commit is contained in:
parent
43f45aa2c9
commit
13b1539409
1
setup.py
1
setup.py
|
@ -36,7 +36,6 @@ setup(name="magic-wormhole",
|
||||||
"tqdm >= 4.13.0", # 4.13.0 fixes crash on NetBSD
|
"tqdm >= 4.13.0", # 4.13.0 fixes crash on NetBSD
|
||||||
"click",
|
"click",
|
||||||
"humanize",
|
"humanize",
|
||||||
"ipaddress",
|
|
||||||
"txtorcon >= 0.19.3",
|
"txtorcon >= 0.19.3",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user