Improve error reporting in astakos
[kamaki] / setup.py
index 0e42cb7..15e89c8 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -49,5 +49,9 @@ setup(
     include_package_data=True,
     entry_points={
         'console_scripts': ['kamaki = kamaki.cli:main']
-    }
+    },
+    install_requires=[
+        'requests>=0.10.6',
+        'clint>=0.3'
+    ]
 )