Mercurial > libervia-backend
comparison setup.py @ 3686:fc209014524a
install (setup): set minimum version of `python-dateutil` to `2.8.1`:
`dateutil.parser.ParserError` is only available from `2.8.1`, thus this become the minimum
required version.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2021 10:32:04 +0200 |
parents | 87745bb92221 |
children | 09f5ac48ffe3 f97be63871e4 |
comparison
equal
deleted
inserted
replaced
3685:36849fb5c854 | 3686:fc209014524a |
---|---|
39 'progressbar2 < 3.54', | 39 'progressbar2 < 3.54', |
40 'cryptography < 3.5', | 40 'cryptography < 3.5', |
41 'pygments < 3', | 41 'pygments < 3', |
42 'pygobject < 3.40.1', | 42 'pygobject < 3.40.1', |
43 'pyopenssl < 21.0.0', | 43 'pyopenssl < 21.0.0', |
44 'python-dateutil < 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.8.0b1, < 0.9', | 47 'sat_tmp >= 0.8.0b1, < 0.9', |
48 'shortuuid < 1.1', | 48 'shortuuid < 1.1', |
49 'twisted[tls] >= 20.3.0, < 21.3.0', | 49 'twisted[tls] >= 20.3.0, < 21.3.0', |