mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-06 20:37:48 +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
|
## 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_
|
- [OpenSSL] _>= 1.0.1_
|
||||||
- [pyOpenSSL]
|
- [pyOpenSSL]
|
||||||
- [rencode] _>= 1.0.2_ - Encoding library.
|
- [rencode] _>= 1.0.2_ - Encoding library.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
twisted[tls]>=16.6
|
twisted[tls]>=17.1
|
||||||
rencode
|
rencode
|
||||||
pyopenssl
|
pyopenssl
|
||||||
pyxdg
|
pyxdg
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -535,7 +535,7 @@ _package_data['deluge.ui.gtk3'] = ['glade/*.ui']
|
||||||
|
|
||||||
setup_requires = ['setuptools', 'wheel']
|
setup_requires = ['setuptools', 'wheel']
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'twisted[tls]>=16.6',
|
'twisted[tls]>=17.1',
|
||||||
# Add pyasn1 for setuptools workaround:
|
# Add pyasn1 for setuptools workaround:
|
||||||
# https://github.com/pypa/setuptools/issues/1510
|
# https://github.com/pypa/setuptools/issues/1510
|
||||||
'pyasn1',
|
'pyasn1',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue