mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Use Twisted-15.2.1, Use Agent.usingEndpointFactory rather than implement our own Agent
This commit is contained in:
parent
afbd3b2fc4
commit
90abdaf3bc
2 changed files with 26 additions and 51 deletions
|
@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
REQUIREMENTS = {
|
||||
"syutil>=0.0.6": ["syutil>=0.0.6"],
|
||||
"Twisted==14.0.2": ["twisted==14.0.2"],
|
||||
"Twisted==15.2.1": ["twisted==15.2.1"],
|
||||
"service_identity>=1.0.0": ["service_identity>=1.0.0"],
|
||||
"pyopenssl>=0.14": ["OpenSSL>=0.14"],
|
||||
"pyyaml": ["yaml"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue