From 26db2791165e0bfa4f307698fbd6e979211f4400 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 16 Oct 2013 09:45:17 +0200 Subject: [PATCH] Add explicit dependency to anyjson because kombu does not add it. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 14f384ac..69e4fd69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ git+https://github.com/tomchristie/django-rest-framework.git@2.4.0 git+https://github.com/etianen/django-reversion.git@django-1.6 South==0.8.2 +anyjson==0.3.3 Werkzeug==0.9.4 celery==3.0.23 django-celery==3.0.23