From: Diane Trout Date: Tue, 5 May 2015 20:38:35 +0000 (-0700) Subject: Update dependency list X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=0c9c81c58269affc12ada1bbfc5cb56347afe66e Update dependency list Also adjust the formatting a bit. --- diff --git a/setup.py b/setup.py index c51ae9c..ee8024e 100644 --- a/setup.py +++ b/setup.py @@ -25,20 +25,27 @@ setup( "scripts/htsw-validate", ], # I should be using one or the other package import - package_data = { + package_data={ '': ['*.turtle'] }, include_package_data=True, - install_requires=['distribute', - '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', + install_requires=[ + 'distribute', + 'django >=1.7, <1.8', + 'lxml >= 2.2.4', + 'numpy >= 1.6', + 'pandas', + # 'benderjab >= 0.2', + 'httplib2', + 'keyring', + 'jsonschema', + 'PyLD', + 'requests', + 'six', + 'psycopg2', + 'pytz', + # This dependency is redland librdf, which doesn't have a public egg + # 'librdf >= 1.0.14', + 'factory_boy', ], )