Do not apt-get python-gevent and python-dev
[snf-image-creator] / setup.py
index d02873e..542d985 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
     license='BSD',
     packages=find_packages(),
     include_package_data=True,
-    install_requires=['pbs', 'ansicolors', 'progress', 'pysendfile'],
+    install_requires=['sh', 'ansicolors', 'progress>=1.0.2', 'py-sendfile'],
     entry_points={
         'console_scripts': [
                 'snf-image-creator = image_creator.main:main',