Mercurial > libervia-backend
comparison setup.py @ 3577:87745bb92221
install: fix pygobject dependency
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Jun 2021 15:08:40 +0200 |
parents | 8876803db81b |
children | 8dd5e1bac9c3 fc209014524a |
comparison
equal
deleted
inserted
replaced
3576:8876803db81b | 3577:87745bb92221 |
---|---|
37 'netifaces < 0.12', | 37 'netifaces < 0.12', |
38 'pillow >= 6.0.0', | 38 'pillow >= 6.0.0', |
39 'progressbar2 < 3.54', | 39 'progressbar2 < 3.54', |
40 'cryptography < 3.5', | 40 'cryptography < 3.5', |
41 'pygments < 3', | 41 'pygments < 3', |
42 'pygobject < 1.2', | 42 'pygobject < 3.40.1', |
43 'pyopenssl < 21.0.0', | 43 'pyopenssl < 21.0.0', |
44 'python-dateutil < 3', | 44 'python-dateutil < 3', |
45 'python-potr < 1.1', | 45 'python-potr < 1.1', |
46 'pyxdg < 0.30', | 46 'pyxdg < 0.30', |
47 'sat_tmp >= 0.8.0b1, < 0.9', | 47 'sat_tmp >= 0.8.0b1, < 0.9', |