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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue