X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=setup.py;h=c36a3735405f5b296e48c0651dfe3782fe6507a1;hb=c6cf876ed3979538eeb0f0df60512c3feedb4715;hp=2bb5aaf464d389f582a523af263f7bc532de98f5;hpb=795cb95fcc2dd43d40d25da690f75a8970d492b1;p=pyderasn.git diff --git a/setup.py b/setup.py index 2bb5aaf..c36a373 100644 --- a/setup.py +++ b/setup.py @@ -23,11 +23,12 @@ setup( "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Natural Language :: English", "Operating System :: OS Independent", - "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Communications", "Topic :: Software Development :: Libraries :: Python Modules", ], py_modules=["pyderasn"], - install_requires=["six"], + extras_require={ + "utc": ["python-dateutil~=2.8"], + }, )