X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=c36a3735405f5b296e48c0651dfe3782fe6507a1;hp=724a16123b4566e954f0a7bc9dd7f6bec0cf361b;hb=c6cf876ed3979538eeb0f0df60512c3feedb4715;hpb=3efc66f10570dd96befbb3652ab78e827ec591b2 diff --git a/setup.py b/setup.py index 724a161..c36a373 100644 --- a/setup.py +++ b/setup.py @@ -28,4 +28,7 @@ setup( "Topic :: Software Development :: Libraries :: Python Modules", ], py_modules=["pyderasn"], + extras_require={ + "utc": ["python-dateutil~=2.8"], + }, )