mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-05 03:47:57 +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
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