changeset 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 36849fb5c854
children 1fe6742b8df8
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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',