Mercurial > libervia-backend
changeset 3985:685aafba2a2b
install: get `sat_tmp` directly from repos
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 22 Nov 2022 11:58:55 +0100 |
parents | 425d809a505b |
children | a80a4aa71780 |
files | setup.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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',