setup.py: bump tqdm dep to 4.13.0

That's the first version that works on netbsd.
This commit is contained in:
Brian Warner 2017-06-01 21:58:27 +01:00
parent ea1a9017d8
commit 117747306d

View File

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