From 76a789072741f52762edd7af96d2de7810bd5e80 Mon Sep 17 00:00:00 2001 From: swat30 Date: Wed, 6 Feb 2013 13:50:14 -0400 Subject: [PATCH 1/2] Added non-sample config files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3c2e78d..ea3ade2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ local_settings.py .coverage worker.log worker.log.* +etc/stacktach_config.sh +etc/stacktach_worker_config.json From e4465ebb47059acbb6aaac010ae8bd6083bdacba Mon Sep 17 00:00:00 2001 From: swat30 Date: Wed, 6 Feb 2013 13:56:36 -0400 Subject: [PATCH 2/2] Updated pip-requires to include kombu and librabbitmq --- etc/pip-requires.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/pip-requires.txt b/etc/pip-requires.txt index 3dcf02d..2676d61 100644 --- a/etc/pip-requires.txt +++ b/etc/pip-requires.txt @@ -1,3 +1,5 @@ Django>=1.4.2 MySQL-python>=1.2.3 eventlet>=0.9.17 +kombu>=2.4.7 +librabbitmq>=1.0.0