Mercurial > libervia-backend
comparison setup.py @ 3475:3ac28e51a24f
core: removed `sat_tmp.twisted` patches + update minimum Twisted version:
- `sat_tmp` patches are not needed anymore and cause trouble with latest Twisted (21.02)
- update minimum to `20.3.0` which is the first one to support Python 3.8
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 18 Mar 2021 20:46:18 +0100 |
parents | 5d926c7b0d99 |
children | be6d91572633 |
comparison
equal
deleted
inserted
replaced
3474:1f1741dc3cc4 | 3475:3ac28e51a24f |
---|---|
42 'python-dateutil', | 42 'python-dateutil', |
43 'python-potr', | 43 'python-potr', |
44 'pyxdg', | 44 'pyxdg', |
45 'sat_tmp >= 0.7.0a4', | 45 'sat_tmp >= 0.7.0a4', |
46 'shortuuid', | 46 'shortuuid', |
47 'twisted[tls] >= 19.7.0', | 47 'twisted[tls] >= 20.3.0', |
48 'treq', | 48 'treq', |
49 'urwid >= 1.2.0', | 49 'urwid >= 1.2.0', |
50 'urwid-satext >= 0.7.0a2', | 50 'urwid-satext >= 0.7.0a2', |
51 'wokkel >= 0.7.1', | 51 'wokkel >= 0.7.1', |
52 'omemo >= 0.11.0', | 52 'omemo >= 0.11.0', |