X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=25e36fdb6f3ac0e49f29a21bb7b34fee28d0cd2c;hb=145218304679a552a3d34c9b5d0cb7334c6a9586;hp=f116a52099726792858555a8f3685b40db4d27b3;hpb=64fdc4f00da1d8ccde719f6e230d69075fb37d98;p=osm%2Fcommon.git diff --git a/setup.py b/setup.py index f116a52..25e36fd 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( maintainer_email='alfonso.tiernosepulveda@telefonica.com', url='https://osm.etsi.org/gitweb/?p=osm/common.git;a=summary', license='Apache 2.0', - # setup_requires=['setuptools-version-command'], + setup_requires=['setuptools-version-command'], packages=[_name], include_package_data=True, @@ -48,5 +48,6 @@ setup( 'pymongo', 'aiokafka', 'PyYAML', + 'pycrypto', ], )