diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 15:09:05 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-14 15:09:05 (GMT) |
commit | 3c51a3eddb13a11a96882c4e5871221dae9acec8 (patch) | |
tree | 7c9c0954c2a7f7ad8ad45171c77dcf0d905cb76a | |
parent | aa9fda01e894ccef8fcb2e0967aa175362607387 (diff) |
deployment requirements
-rw-r--r-- | requirements-deployment.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/requirements-deployment.txt b/requirements-deployment.txt new file mode 100644 index 0000000..d29601d --- /dev/null +++ b/requirements-deployment.txt @@ -0,0 +1,7 @@ +Django==1.2.5 +MySQL-python==1.2.2 +PIL==1.1.7 +PyYAML==3.09 +django-haystack==1.1.0 +pysolr==2.0.13 +python-dateutil==1.5 |