diff options
author | Jacek KuĊnierz <jacek.kusnierz@tum.de> | 2022-06-01 13:32:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 07:32:35 -0400 |
commit | 88193f2125ad2e1dc1c83d6876757cc5eb3c467d (patch) | |
tree | c7d7f07b3afbb6a81b32dd413dac2324f46878f0 /pyproject.toml | |
parent | Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev... (diff) | |
download | synapse-88193f2125ad2e1dc1c83d6876757cc5eb3c467d.tar.xz |
Remove direct refeferences to PyNaCl (use signedjson instead). (#12902)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 75251c863d..ec6e81f254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,6 @@ unpaddedbase64 = ">=2.1.0" canonicaljson = ">=1.4.0" # we use the type definitions added in signedjson 1.1. signedjson = ">=1.1.0" -PyNaCl = ">=1.2.1" # validating SSL certs for IP addresses requires service_identity 18.1. service-identity = ">=18.1.0" # Twisted 18.9 introduces some logger improvements that the structured |