setup.py: bump to txtorcon-18.0.2 to fix py3.4

This commit is contained in:
Brian Warner 2018-07-02 23:57:11 -07:00
parent 5ccda71467
commit 3f099cc51f

View File

@ -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"],