bump Twisted dep to get ClientService.whenConnected(failAfterFailures=)
This commit is contained in:
parent
8f97e4e7e2
commit
b66aacd968
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ setup(name="magic-wormhole",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"spake2==0.7", "pynacl",
|
"spake2==0.7", "pynacl",
|
||||||
"six",
|
"six",
|
||||||
"twisted[tls]",
|
"twisted[tls] >= 17.5.0", # 17.5.0 adds failAfterFailures=
|
||||||
"autobahn[twisted] >= 0.14.1",
|
"autobahn[twisted] >= 0.14.1",
|
||||||
"automat",
|
"automat",
|
||||||
"hkdf",
|
"hkdf",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user