diff options
author | Pascal Bach <pascal.bach@nextrem.ch> | 2018-02-18 11:08:15 +0100 |
---|---|---|
committer | Pascal Bach <pascal.bach@nextrem.ch> | 2018-02-19 10:45:22 +0100 |
commit | 3acd616979d59c6ce6a63a4f896390d058bceacc (patch) | |
tree | 1c47719ef92f3a02d6b4875843cb88982a2091d6 | |
parent | Merge pull request #2882 from matrix-org/rav/fix_purge_tablescan (diff) | |
download | synapse-3acd616979d59c6ce6a63a4f896390d058bceacc.tar.xz |
Update pynacl dependency to 1.2.1 or higher
Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
-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 97b631e60d..5d65b5fd6e 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -24,7 +24,7 @@ REQUIREMENTS = { "unpaddedbase64>=1.1.0": ["unpaddedbase64>=1.1.0"], "canonicaljson>=1.0.0": ["canonicaljson>=1.0.0"], "signedjson>=1.0.0": ["signedjson>=1.0.0"], - "pynacl==0.3.0": ["nacl==0.3.0", "nacl.bindings"], + "pynacl>=1.2.1": ["nacl>=1.2.1", "nacl.bindings"], "service_identity>=1.0.0": ["service_identity>=1.0.0"], "Twisted>=16.0.0": ["twisted>=16.0.0"], "pyopenssl>=0.14": ["OpenSSL>=0.14"], |