From: Sergey Matveev Date: Mon, 30 Aug 2021 15:57:37 +0000 (+0300) Subject: python-dateutil 2.7 is enough X-Git-Tag: 9.1~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=098d801121fb6f76e17497a2599dbb0c4b83dc4b python-dateutil 2.7 is enough --- 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"], }, )