Mercurial > libervia-backend
changeset 2963:c90a2586fdf9
install: remove "service_identity" which is need by Twisted, and request "tls" extra for twisted
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Fri, 21 Jun 2019 11:37:51 +0200 |
| parents | b2c9b85372de |
| children | 17c61d09a85b |
| files | setup.py |
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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',
