diff options
author | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-08-20 16:51:21 +0100 |
---|---|---|
committer | Daniel Wagner-Hall <dawagner@gmail.com> | 2015-08-20 16:51:21 +0100 |
commit | 31621c2e0649ff65fd23f8d86325cce25cbf1545 (patch) | |
tree | a693e12a3c65b22b2cdc2a92a85567fa0fec01c6 | |
parent | Merge branch 'release-v0.10.0' of github.com:matrix-org/synapse into develop (diff) | |
parent | Correct pynacl version to 0.3.0 (diff) | |
download | synapse-31621c2e0649ff65fd23f8d86325cce25cbf1545.tar.xz |
Merge pull request #239 from matrix-org/pynacl
Correct pynacl version to 0.3.0
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index fa06480ad1..01fc4ea1e5 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -24,7 +24,7 @@ REQUIREMENTS = { "pyopenssl>=0.14": ["OpenSSL>=0.14"], "pyyaml": ["yaml"], "pyasn1": ["pyasn1"], - "pynacl>=0.0.3": ["nacl>=0.0.3"], + "pynacl>=0.3.0": ["nacl>=0.3.0"], "daemonize": ["daemonize"], "py-bcrypt": ["bcrypt"], "frozendict>=0.4": ["frozendict"], |