setup.py: require twisted[tls] to hush service-identity warning
Thanks to @grempe for the catch. Closes #89.
This commit is contained in:
parent
4a679daa2b
commit
64307d3531
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ setup(name="magic-wormhole",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"spake2==0.7", "pynacl",
|
"spake2==0.7", "pynacl",
|
||||||
"six",
|
"six",
|
||||||
"twisted",
|
"twisted[tls]",
|
||||||
"autobahn[twisted] >= 0.14.1",
|
"autobahn[twisted] >= 0.14.1",
|
||||||
"hkdf", "tqdm",
|
"hkdf", "tqdm",
|
||||||
"click",
|
"click",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user