Mercurial > libervia-backend
changeset 3987:9089cf6c9684
install: get `urwid-satext` directly from repos
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 22 Nov 2022 12:03:36 +0100 |
parents | a80a4aa71780 |
children | 760f563b1243 |
files | setup.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Nov 22 12:00:36 2022 +0100 +++ b/setup.py Tue Nov 22 12:03:36 2022 +0100 @@ -44,14 +44,15 @@ 'python-dateutil >= 2.8.1, < 3', 'python-potr < 1.1', 'pyxdg < 0.30', - # during dev we get sat_tmp directly from the repository + # during dev we get sat_tmp and urwid-satext directly from the repository # 'sat_tmp == 0.9.*', 'sat_tmp @ hg+https://repos.goffi.org/sat_tmp#egg=sat_tmp', + # 'urwid-satext == 0.9.*', + 'urwid-satext @ hg+https://repos.goffi.org/urwid-satext#egg=urwid-satext', 'shortuuid < 1.1', 'twisted[tls] >= 20.3.0, < 21.3.0', 'treq < 23.0.0', 'urwid >= 1.2.0, < 3', - 'urwid-satext == 0.9.*', 'wokkel >= 18.0.0, < 19.0.0', 'omemo >= 1.0.0, < 2', 'twomemo >= 1.0.0, < 2',