Use isinstance(object, (types)) pattern instead of type(object) == types.Type
[htsworkflow.git] / setup.py
index f37b3addaf734b2c22fcaf3aa73c655cc426ca23..c51ae9cb8f2336c3928bae1f559110abca2fa2fc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
                       'django >=1.6, <1.7',
                       'lxml >= 2.2.4',
                       'numpy >= 1.3',
-                      'benderjab >= 0.2',
+                      #'benderjab >= 0.2',
                       'httplib2',
                       'keyring',
                       'PyLD',