X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/883e57b07a5cfcb2d0462d67399bfa57bacba846..6228d45e380c388a44d484d4c35185f5286c80c3:/setup.py diff --git a/setup.py b/setup.py index 79e6211..542d985 100755 --- a/setup.py +++ b/setup.py @@ -46,8 +46,7 @@ setup( license='BSD', packages=find_packages(), include_package_data=True, - install_requires=['sh', 'ansicolors', 'progress>=1.0.2', 'py-sendfile', - 'gevent'], + install_requires=['sh', 'ansicolors', 'progress>=1.0.2', 'py-sendfile'], entry_points={ 'console_scripts': [ 'snf-image-creator = image_creator.main:main',