From bd4ed8948ce2bf000957adbb877213c9757d9c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 1 Sep 2021 22:46:50 +0200 Subject: [PATCH] Add python-dateutil as a direct dependency. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c565d81e..3463fec8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,6 +41,7 @@ install_requires = requests>=2.22,<3 SQLAlchemy-Continuum>=1.3.9,<2 SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728 + python-dateutil [options.extras_require] dev =