Merge PR158

Closes #158
This commit is contained in:
Brian Warner 2017-06-01 22:12:21 +01:00
commit caa25a05a1

View File

@ -31,7 +31,8 @@ setup(name="magic-wormhole",
"twisted[tls]", "twisted[tls]",
"autobahn[twisted] >= 0.14.1", "autobahn[twisted] >= 0.14.1",
"automat", "automat",
"hkdf", "tqdm", "hkdf",
"tqdm >= 4.13.0", # 4.13.0 fixes crash on NetBSD
"click", "click",
"humanize", "humanize",
"ipaddress", "ipaddress",