mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-05 20:07:47 +03:00
Raise Twisted minimum version to 17.1
The use of CertificateOptions with raiseMinimumTo requires this new minimum version so update requirements and documents.
This commit is contained in:
parent
535b13b5f1
commit
fd20addead
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ All modules will require the [common](#common) section dependencies.
|
|||
|
||||
## Common
|
||||
|
||||
- [Twisted] _>= 16.6_ - Use `TLS` extras for `service_identity` and `idna`.
|
||||
- [Twisted] _>= 17.1_ - Use `TLS` extras for `service_identity` and `idna`.
|
||||
- [OpenSSL] _>= 1.0.1_
|
||||
- [pyOpenSSL]
|
||||
- [rencode] _>= 1.0.2_ - Encoding library.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
twisted[tls]>=16.6
|
||||
twisted[tls]>=17.1
|
||||
rencode
|
||||
pyopenssl
|
||||
pyxdg
|
||||
|
|
2
setup.py
2
setup.py
|
@ -535,7 +535,7 @@ _package_data['deluge.ui.gtk3'] = ['glade/*.ui']
|
|||
|
||||
setup_requires = ['setuptools', 'wheel']
|
||||
install_requires = [
|
||||
'twisted[tls]>=16.6',
|
||||
'twisted[tls]>=17.1',
|
||||
# Add pyasn1 for setuptools workaround:
|
||||
# https://github.com/pypa/setuptools/issues/1510
|
||||
'pyasn1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue