X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=setup.py;h=1cca9ca8860727ba1b79bb01c77be4cf94a50ce1;hp=c36a3735405f5b296e48c0651dfe3782fe6507a1;hb=HEAD;hpb=c6cf876ed3979538eeb0f0df60512c3feedb4715 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"], }, )