comparison setup.py @ 3985:685aafba2a2b

install: get `sat_tmp` directly from repos
author Goffi <goffi@goffi.org>
date Tue, 22 Nov 2022 11:58:55 +0100
parents f461f11ea176
children a80a4aa71780
comparison
equal deleted inserted replaced
3984:425d809a505b 3985:685aafba2a2b
42 'pygobject < 3.40.1', 42 'pygobject < 3.40.1',
43 'pyopenssl < 21.0.0', 43 'pyopenssl < 21.0.0',
44 'python-dateutil >= 2.8.1, < 3', 44 'python-dateutil >= 2.8.1, < 3',
45 'python-potr < 1.1', 45 'python-potr < 1.1',
46 'pyxdg < 0.30', 46 'pyxdg < 0.30',
47 'sat_tmp == 0.9.*', 47 # during dev we get sat_tmp directly from the repository
48 # 'sat_tmp == 0.9.*',
49 'sat_tmp @ hg+https://repos.goffi.org/sat_tmp#egg=sat_tmp'
48 'shortuuid < 1.1', 50 'shortuuid < 1.1',
49 'twisted[tls] >= 20.3.0, < 21.3.0', 51 'twisted[tls] >= 20.3.0, < 21.3.0',
50 'treq < 23.0.0', 52 'treq < 23.0.0',
51 'urwid >= 1.2.0, < 3', 53 'urwid >= 1.2.0, < 3',
52 'urwid-satext == 0.9.*', 54 'urwid-satext == 0.9.*',