Support python-sendfile 2.x
[snf-image-creator] / setup.py
index 358d5a6..cf10237 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
     license='BSD',
     packages=find_packages(),
     include_package_data=True,
-    install_requires=['sh', 'ansicolors', 'progress>=1.0.2', 'py-sendfile'],
+    install_requires=['sh', 'ansicolors', 'progress>=1.0.2'],
     entry_points={
         'console_scripts': [
                 'snf-image-creator = image_creator.main:main',