From a0ed3e9c7682660ed05d7d4cd51174f51d04e381 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 31 Aug 2024 04:42:35 -0400 Subject: [PATCH] Rely on coherent.deps for import detection. --- __init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/__init__.py b/__init__.py index a87d17b..a20a253 100644 --- a/__init__.py +++ b/__init__.py @@ -1,8 +1,6 @@ "Objects and routines pertaining to date and time (tempora)" __requires__ = [ - 'jaraco.functools>=1.20', - 'python-dateutil', 'pytest-freezer; extra=="test"', 'backports.zoneinfo; python_version < "3.9" and extra == "test"', 'tzdata; platform_system == "Windows" and extra == "test"',