X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=f63f1e10b587b4fe7001f6ecc4962780ba2efd70;hb=f4628f408f8fc7060f5e6a59939e1ead098ec075;hp=dc3351cf88d7e0d8a449f02220c943bb43e64d8d;hpb=88d68cc1c69cc43d22ee71b855f6b5cd08f312a1;p=htsworkflow.git diff --git a/setup.py b/setup.py index dc3351c..f63f1e1 100644 --- a/setup.py +++ b/setup.py @@ -30,12 +30,13 @@ 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', 'httplib2', 'keyring', + 'PyLD', # This dependency is redland librdf, which doesn't have a public egg #'librdf >= 1.0.14', ],