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