setup.py: bump to txtorcon-18.0.2 to fix py3.4
This commit is contained in:
parent
5ccda71467
commit
3f099cc51f
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ setup(name="magic-wormhole",
|
||||||
"tqdm >= 4.13.0", # 4.13.0 fixes crash on NetBSD
|
"tqdm >= 4.13.0", # 4.13.0 fixes crash on NetBSD
|
||||||
"click",
|
"click",
|
||||||
"humanize",
|
"humanize",
|
||||||
"txtorcon >= 0.19.3",
|
"txtorcon >= 18.0.2", # 18.0.2 fixes py3.4 support
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
':sys_platform=="win32"': ["pywin32"],
|
':sys_platform=="win32"': ["pywin32"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user