Test htsworkflow under several different django & python versions
[htsworkflow.git] / setup.py
index dc3351cf88d7e0d8a449f02220c943bb43e64d8d..802c82f91261f8f0b29693b4673faf47f2759f39 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,18 +25,26 @@ 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.1, <1.4',
-                      'lxml >= 2.2.4',
-                      'numpy >= 1.3',
-                      'benderjab >= 0.2',
-                      'httplib2',
-                      'keyring',
-                      # 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',
+        'rdflib',
+        'factory_boy',
     ],
 )