From 117747306da712875c066dc310b4d417a52a7a0f Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 1 Jun 2017 21:58:27 +0100 Subject: [PATCH] setup.py: bump tqdm dep to 4.13.0 That's the first version that works on netbsd. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93e19c3..73b4e03 100644 --- a/setup.py +++ b/setup.py @@ -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",