From 64a34a98c0dabf177ef7e96d507823c7025cef41 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 20 Feb 2018 16:09:24 +1300 Subject: [PATCH] requirements.txt: add missing dependencies These are dependencies of items already listed in requirements.txt, so nothing new. Signed-off-by: Paul Eggleton --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 7cd741b..af6ab5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +amqp==1.4.9 +anyjson==0.3.3 +billiard==3.3.0.23 celery==3.1.25 Django==1.8.17 django-cors-headers==1.1.0 @@ -10,11 +13,13 @@ djangorestframework==3.2.5 gitdb==0.6.4 GitPython==2.0.5 Jinja2==2.8 +kombu==3.0.37 MarkupSafe==0.23 mysqlclient==1.3.7 Pillow==3.3.0 python-nvd3==0.14.2 python-slugify==1.1.4 +pytz==2018.3 six==1.10.0 smmap==0.9.0 Unidecode==0.4.19