bug 605. New method at fslocal for rename folders
[osm/common.git] / setup.py
index f116a52..25e36fd 100644 (file)
--- 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',
     ],
 )