From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [layerindex-web][PATCH 6/6] README: update dependency versions
Date: Tue, 20 Feb 2018 16:45:58 +1300 [thread overview]
Message-ID: <20180220034558.14341-6-paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <20180220034558.14341-1-paul.eggleton@linux.intel.com>
Update the minor version of Django, and replace the list of dependencies
with a pointer to requirements.txt since there's not much point
maintaining that in two places (and the README wasn't complete anyway).
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
README | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/README b/README
index c7f7409..970c267 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ Setup
In order to make use of this application you will need:
* Python 3.4+
-* Django 1.8.x - tested with 1.8.17; newer versions may work, but
+* Django 1.8.x - tested with 1.8.18; newer versions may work, but
the application has not been tested with 1.9 or newer.
* RabbitMQ 3.6.x - tested with 3.6.10.
* For production usage, a web server set up to host Django applications
@@ -20,14 +20,9 @@ In order to make use of this application you will need:
* A database supported by Django (SQLite, MySQL, etc.). Django takes
care of creating the database itself, you just need to ensure that the
database server (if not using SQLite) is configured and running.
-* The following third-party Django modules (tested versions listed):
- * django-registration (2.1)
- * django-reversion (1.9.3)
- * django-reversion-compare (0.5.6)
- * django-simple-captcha (0.4.6)
- * django-nvd3 (0.14.2)
- * djangorestframework (3.2.5)
- * django-cors-headers (1.1.0)
+* Third-party Django/python modules as detailed by requirements.txt.
+ If you're using pip, you can install these by running:
+ pip install -r requirements.txt
* On the machine that will run the backend update script (which does not
have to be the same machine as the web server, however it does still
have to have Django installed, have the same or similar configuration
--
2.14.3
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 ` [layerindex-web][PATCH 4/6] requirements.txt: add missing dependencies Paul Eggleton
2018-02-20 3:45 ` [layerindex-web][PATCH 5/6] requirements.txt: update some dependency versions Paul Eggleton
2018-02-20 3:45 ` Paul Eggleton [this message]
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-6-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.