From 02abc1e2b93c777264f92fe8f919969cc16681a4 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 5 May 2021 20:54:35 +0200 Subject: setup.py: Lock to dateutil versions at or above 2.8.1 This is the version we developed with, and we can't give guarantees for any earlier ones. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8db6627..3d3800f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setuptools.setup( }, install_requires=[ - 'python-dateutil', + 'python-dateutil>=2.8.1', 'sqlalchemy>=1.4', ] ) -- cgit v1.2.3-2-gb3c3