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 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