# HG changeset patch # User Goffi # Date 1561109871 -7200 # Node ID c90a2586fdf99d580d9144f6c42b20893981e40e # Parent b2c9b85372de69cfb6ef09b7c0fb5c8554e81ee3 install: remove "service_identity" which is need by Twisted, and request "tls" extra for twisted diff -r b2c9b85372de -r c90a2586fdf9 setup.py --- a/setup.py Wed Jun 19 20:07:56 2019 +0200 +++ b/setup.py Fri Jun 21 11:37:51 2019 +0200 @@ -44,9 +44,8 @@ 'python-potr', 'pyxdg', 'sat_tmp >= 0.7.0a4', - 'service_identity', 'shortuuid', - 'twisted >= 15.2.0', + 'twisted[tls] >= 15.2.0', 'urwid >= 1.2.0', 'urwid-satext >= 0.7.0a2', 'wokkel >= 0.7.1',