Skip to content

Commit

Permalink
INCOMPATIBLE CHANGE: switch to spake2-0.7
Browse files Browse the repository at this point in the history
This changes the way keys are derived, and thus is incompatible with
previous versions. We pin "spake2==0.7" to avoid future surprises.
  • Loading branch information
warner committed May 24, 2016
1 parent 77661bf commit b72f0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
["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]",
Expand Down

0 comments on commit b72f0ce

Please sign in to comment.