summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2015-08-19 13:21:36 +0100
committerDaniel Wagner-Hall <daniel@matrix.org>2015-08-19 13:21:36 +0100
commit7f08ebb7729fdfac2b5e957692e89f97e70c9a06 (patch)
tree0d9305ea910bc8491284f7b4acdc437cfc1007af /synapse/python_dependencies.py
parentRemove padding space around caveat operators (diff)
downloadsynapse-7f08ebb7729fdfac2b5e957692e89f97e70c9a06.tar.xz
Switch to pymacaroons-pynacl
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 94d7784aee..fa24199377 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -33,7 +33,7 @@ REQUIREMENTS = {
     "ujson": ["ujson"],
     "blist": ["blist"],
     "pysaml2": ["saml2"],
-    "pymacaroons": ["pymacaroons"],
+    "pymacaroons-pynacl": ["pymacaroons"],
 }
 CONDITIONAL_REQUIREMENTS = {
     "web_client": {