filter out None c.times in list of potential times
[htsworkflow.git] / setup.py
index dc3351cf88d7e0d8a449f02220c943bb43e64d8d..c51ae9cb8f2336c3928bae1f559110abca2fa2fc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,12 +30,14 @@ setup(
         },
     include_package_data=True,
     install_requires=['distribute',
-                      'django >=1.1, <1.4',
+                      'django >=1.6, <1.7',
                       'lxml >= 2.2.4',
                       'numpy >= 1.3',
-                      'benderjab >= 0.2',
+                      #'benderjab >= 0.2',
                       'httplib2',
                       'keyring',
+                      'PyLD',
+                      'requests',
                       # This dependency is redland librdf, which doesn't have a public egg
                       #'librdf >= 1.0.14',
     ],