Skip to content
Snippets Groups Projects
Unverified Commit 64cf6788 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Depend on pymacaroons >= 0.13.0 instead on pymacaroons-pynacl


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: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent fab94812
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ REQUIREMENTS = [ ...@@ -52,7 +52,7 @@ REQUIREMENTS = [
"pillow>=3.1.2", "pillow>=3.1.2",
"sortedcontainers>=1.4.4", "sortedcontainers>=1.4.4",
"psutil>=2.0.0", "psutil>=2.0.0",
"pymacaroons-pynacl>=0.9.3", "pymacaroons>=0.13.0",
"msgpack>=0.5.0", "msgpack>=0.5.0",
"phonenumbers>=8.2.0", "phonenumbers>=8.2.0",
"six>=1.10", "six>=1.10",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment