From 3f099cc51f4d954bbdd3b12f0783fc177ae24e5b Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 2 Jul 2018 23:57:11 -0700 Subject: [PATCH] setup.py: bump to txtorcon-18.0.2 to fix py3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5aa763d..8f448c4 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup(name="magic-wormhole", "tqdm >= 4.13.0", # 4.13.0 fixes crash on NetBSD "click", "humanize", - "txtorcon >= 0.19.3", + "txtorcon >= 18.0.2", # 18.0.2 fixes py3.4 support ], extras_require={ ':sys_platform=="win32"': ["pywin32"],