# HG changeset patch # User Goffi # Date 1669114735 -3600 # Node ID 685aafba2a2bea4f4033573f7936bc8c73fcb136 # Parent 425d809a505b79b00cc713b37c5b2b96e3150418 install: get `sat_tmp` directly from repos diff -r 425d809a505b -r 685aafba2a2b setup.py --- a/setup.py Tue Nov 22 11:53:31 2022 +0100 +++ b/setup.py Tue Nov 22 11:58:55 2022 +0100 @@ -44,7 +44,9 @@ 'python-dateutil >= 2.8.1, < 3', 'python-potr < 1.1', 'pyxdg < 0.30', - 'sat_tmp == 0.9.*', + # during dev we get sat_tmp directly from the repository + # 'sat_tmp == 0.9.*', + 'sat_tmp @ hg+https://repos.goffi.org/sat_tmp#egg=sat_tmp' 'shortuuid < 1.1', 'twisted[tls] >= 20.3.0, < 21.3.0', 'treq < 23.0.0',