]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
remove install_requires from setup.py
authorAlfredo Deza <alfredo@deza.pe>
Wed, 14 Aug 2013 16:00:51 +0000 (12:00 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Wed, 14 Aug 2013 16:00:51 +0000 (12:00 -0400)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
setup.py

index 6fbd86803985b3d89b99283f5cb68d910633f4d1..7fe4d1e4145bcdf7cdb1cbf84e16c7d07929ec5f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 from setuptools import setup, find_packages
 
 setup(
@@ -12,18 +11,6 @@ setup(
     license='MIT',
     keywords='ceph testing ssh cluster',
 
-    install_requires=[
-        'gevent ==0.13.6',
-        'paramiko >=1.7.7',
-        'configobj',
-        'PyYAML',
-        'bunch >=1.0.0',
-        'argparse >=1.2.1',
-        'httplib2',
-        'beanstalkc >=0.2.0',
-        'pexpect',
-        ],
-
     # to find the code associated with entry point
     # A.B:foo first cd into directory A, open file B
     # and find sub foo