From d8b5adcc6bdb4f9d14bae69faa341ae35929400c Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sun, 18 Sep 2011 20:00:04 -0700 Subject: [PATCH] Rejigger requirements to hopefully fix the build. --- deploy_requirements.txt | 3 +++ pip_requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy_requirements.txt b/deploy_requirements.txt index 9f689160f..f114cd390 100644 --- a/deploy_requirements.txt +++ b/deploy_requirements.txt @@ -5,3 +5,6 @@ pysolr python-memcached dnspython launchpadlib + +#Uncomment this if you want to index things in solr. +#pyquery==1.0 diff --git a/pip_requirements.txt b/pip_requirements.txt index 7b9a4abf5..cf51e4452 100644 --- a/pip_requirements.txt +++ b/pip_requirements.txt @@ -18,10 +18,10 @@ Unipath django unittest-xml-reporting redis -pyquery==1.0 -e git+http://github.com/nathanborror/django-basic-apps.git#egg=basic -e hg+http://bitbucket.org/andrewgodwin/south/#egg=south -e git+http://github.com/alex/django-taggit.git#egg=taggit -e git+http://github.com/ericflo/django-pagination.git#egg=pagination -e git+http://github.com/nathanborror/django-registration.git#egg=django-registration -e git+https://github.com/toastdriven/django-tastypie.git#egg=tastypie +