# HG changeset patch # User Goffi # Date 1669115016 -3600 # Node ID 9089cf6c968428af91fcb45f50d5615f3e110151 # Parent a80a4aa7178067e574868e2b43b9e07e2cbc3c9e install: get `urwid-satext` directly from repos diff -r a80a4aa71780 -r 9089cf6c9684 setup.py --- 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',