INCOMPATIBLE CHANGE: switch to spake2-0.7

This changes the way keys are derived, and thus is incompatible with
previous versions. We pin "spake2==0.7" to avoid future surprises.
This commit is contained in:
Brian Warner 2016-05-24 13:14:34 -07:00
parent 77661bf94e
commit b72f0ce934

View File

@ -24,7 +24,7 @@ setup(name="magic-wormhole",
["wormhole = wormhole.cli.runner:entry",
"wormhole-server = wormhole.server.runner:entry",
]},
install_requires=["spake2==0.3", "pynacl", "argparse",
install_requires=["spake2==0.7", "pynacl", "argparse",
"six",
"twisted==16.1.1", # since autobahn pins it
"autobahn[twisted]",