diff setup.py @ 3044:691283719bb2

core (patches): updated TLS patches: - updated patches to handle TLS after implementation in Twisted 19.7.0. A patch is still needed for Wokkel. - minimum required version of Twisted is now 19.7.0
author Goffi <goffi@goffi.org>
date Tue, 01 Oct 2019 22:49:10 +0200
parents fee60f17ebac
children 8b36e5c3f28f
line wrap: on
line diff
--- a/setup.py	Tue Oct 01 22:49:10 2019 +0200
+++ b/setup.py	Tue Oct 01 22:49:10 2019 +0200
@@ -45,7 +45,7 @@
     'pyxdg',
     'sat_tmp >= 0.7.0a4',
     'shortuuid',
-    'twisted[tls] >= 15.2.0',
+    'twisted[tls] >= 19.7.0',
     'urwid >= 1.2.0',
     'urwid-satext >= 0.7.0a2',
     'wokkel >= 0.7.1',