Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Depend on pymacaroons >= 0.13.0 instead on pymacaroons-pynacl
Browse files Browse the repository at this point in the history
Since 0.13.0, pymacaroons works correctly with pynacl, so there
isn’t any more reason to depend on an outdated pynacl fork.

Signed-off-by: Andrej Shadura <[email protected]>
  • Loading branch information
andrewshadura committed Jan 16, 2019
1 parent fab9481 commit 64cf678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pillow>=3.1.2",
"sortedcontainers>=1.4.4",
"psutil>=2.0.0",
"pymacaroons-pynacl>=0.9.3",
"pymacaroons>=0.13.0",
"msgpack>=0.5.0",
"phonenumbers>=8.2.0",
"six>=1.10",
Expand Down

0 comments on commit 64cf678

Please sign in to comment.