Add dependency information to the setup.py script
authorDiane Trout <diane@caltech.edu>
Tue, 20 Nov 2012 01:09:47 +0000 (17:09 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 20 Nov 2012 01:09:47 +0000 (17:09 -0800)
Though its still missing a bit as I don't have benderjab
hosted and librdf needs to be installed seperately.

setup.py

index 5bbd5e9236b81f7bb57bb9896405d5de9215562e..82e0b60a6508d7f4d10282ae65a971f4c9a77fd8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -27,4 +27,14 @@ setup(
     package_data = {
         '': ['*.turtle']
         },
+    install_requires=['django >=1.1, <1.4',
+                      'lxml >= 2.2.4',
+                      'numpy >= 1.3',
+                      'librdf >= 1.0.14',
+                      'benderjab >= 0.2',
+                      'httplib2',
+                      'keyring',
+                      ],
+    include_package_data=True,
+
     )