From b8a52bd9730be49f3dbca5c6769ab4a52a160b2a Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Tue, 30 Apr 2024 15:37:20 +0200 Subject: [PATCH] Move python-dateutil to testing requirements This library is only used in the unit tests, validataclass itself does not depend on it. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ae8085e..4101734 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,6 @@ packages = find: python_requires = >=3.8 install_requires = typing-extensions ~= 4.3 - python-dateutil [options.packages.find] where = src @@ -46,4 +45,5 @@ testing = coverage-conditional-plugin ~= 0.5 flake8 ~= 7.0 mypy ~= 1.9 + python-dateutil types-python-dateutil