setup.py: require twisted[tls] to hush service-identity warning

Thanks to @grempe for the catch. Closes #89.
This commit is contained in:
Brian Warner 2016-12-07 22:13:40 -08:00
parent 4a679daa2b
commit 64307d3531

View File

@ -29,7 +29,7 @@ setup(name="magic-wormhole",
install_requires=[
"spake2==0.7", "pynacl",
"six",
"twisted",
"twisted[tls]",
"autobahn[twisted] >= 0.14.1",
"hkdf", "tqdm",
"click",