From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [layerindex-web][PATCH 4/6] requirements.txt: add missing dependencies
Date: Tue, 20 Feb 2018 16:45:56 +1300 [thread overview]
Message-ID: <20180220034558.14341-4-paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <20180220034558.14341-1-paul.eggleton@linux.intel.com>
These are dependencies of items already listed in requirements.txt, so
nothing new.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
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
--
2.14.3
next prev parent reply other threads:[~2018-02-20 3:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-20 3:45 [layerindex-web][PATCH 1/6] update.py: fix Ctrl+C behaviour Paul Eggleton
2018-02-20 3:45 ` [layerindex-web][PATCH 2/6] Add statistics page Paul Eggleton
2018-02-20 3:45 ` [layerindex-web][PATCH 3/6] Show layer description with newlines in layer detail Paul Eggleton
2018-02-20 3:45 ` Paul Eggleton [this message]
2018-02-20 3:45 ` [layerindex-web][PATCH 5/6] requirements.txt: update some dependency versions Paul Eggleton
2018-02-20 3:45 ` [layerindex-web][PATCH 6/6] README: update " Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180220034558.14341-4-paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.