# HG changeset patch # User Goffi # Date 1632990724 -7200 # Node ID fc209014524ac3ad9452761312ea17cae29dd938 # Parent 36849fb5c854eb4f2a633ed1921948ac73becd63 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. diff -r 36849fb5c854 -r fc209014524a setup.py --- a/setup.py Thu Sep 30 10:30:43 2021 +0200 +++ b/setup.py Thu Sep 30 10:32:04 2021 +0200 @@ -41,7 +41,7 @@ 'pygments < 3', 'pygobject < 3.40.1', 'pyopenssl < 21.0.0', - 'python-dateutil < 3', + 'python-dateutil >= 2.8.1, < 3', 'python-potr < 1.1', 'pyxdg < 0.30', 'sat_tmp >= 0.8.0b1, < 0.9',