update to spake2-0.8, which loads much faster

This commit is contained in:
Brian Warner 2018-02-14 18:58:25 -08:00
parent 6061ec7869
commit 83d0d15a39

View File

@ -26,7 +26,7 @@ setup(name="magic-wormhole",
]
},
install_requires=[
"spake2==0.7", "pynacl",
"spake2==0.8", "pynacl",
"six",
"attrs >= 16.3.0", # 16.3.0 adds __attrs_post_init__
"twisted[tls] >= 17.5.0", # 17.5.0 adds failAfterFailures=