Test htsworkflow under several different django & python versions
[htsworkflow.git] / setup.py
index 2d63df10ef7a35c623d0a0e219cf2c26571a1b6d..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.6, <1.7',
-                      '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',
     ],
 )