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:
parent
77661bf94e
commit
b72f0ce934
2
setup.py
2
setup.py
|
@ -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]",
|
||||
|
|
Loading…
Reference in New Issue
Block a user