mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:34:48 -04:00
Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 doesn't seem to have ECC
This commit is contained in:
parent
db2e350e29
commit
15be181642
2 changed files with 5 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -34,6 +34,7 @@ setup(
|
|||
"syutil==0.0.2",
|
||||
"Twisted>=14.0.0",
|
||||
"service_identity>=1.0.0",
|
||||
"pyopenssl>=0.14",
|
||||
"pyyaml",
|
||||
"pyasn1",
|
||||
"pynacl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue