Make arguments an internal feature of cli.commands
[kamaki] / setup.py
index a43751c..cb89d9d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ import kamaki
 
 optional = ['ansicolors',
             'progress>=1.0.2']
-requires = ['snf-common>=0.10',
+requires = ['objpool',
             'ordereddict',
             'argparse']