From 098d801121fb6f76e17497a2599dbb0c4b83dc4b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 30 Aug 2021 18:57:37 +0300 Subject: [PATCH] python-dateutil 2.7 is enough --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c36a373..1cca9ca 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,6 @@ setup( ], py_modules=["pyderasn"], extras_require={ - "utc": ["python-dateutil~=2.8"], + "tz": ["python-dateutil~=2.7"], }, ) -- 2.44.0