# HG changeset patch # User Goffi # Date 1669114836 -3600 # Node ID a80a4aa7178067e574868e2b43b9e07e2cbc3c9e # Parent 685aafba2a2bea4f4033573f7936bc8c73fcb136 install: typo diff -r 685aafba2a2b -r a80a4aa71780 setup.py --- a/setup.py Tue Nov 22 11:58:55 2022 +0100 +++ b/setup.py Tue Nov 22 12:00:36 2022 +0100 @@ -46,7 +46,7 @@ 'pyxdg < 0.30', # 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' + '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',