From fe0bd7ddf5968c2b7682c01fa017a6aca22a64ba Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 20 Oct 2021 10:02:50 +1300 Subject: [PATCH] README.devel: update versions Update version requirements in line with recent changes. Signed-off-by: Paul Eggleton --- README.devel | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.devel b/README.devel index b535304..347dafc 100644 --- a/README.devel +++ b/README.devel @@ -7,8 +7,8 @@ covered in the main README. In order to run this application standalone, you will need: -* Python 3.4+ -* Django 1.11.x (not compatible with 2.0 or newer) +* Python 3.5+ +* Django 2.2.x * RabbitMQ 3.7.x * For production usage, a web server set up to host Django applications (not needed for local-only testing/development) @@ -22,9 +22,8 @@ In order to run this application standalone, you will need: have to have Django installed, have the same or similar configuration in settings.py and have access to the database used by the web application): - * Python 2.7.6+ / Python 3.4+ to match with the version of BitBake - for the OpenEmbedded branch being parsed (for modern versions it's - Python 3.) + * Python 3.5+ to match with the version of BitBake + for the OpenEmbedded branch being parsed * Python dependencies as per requirements.txt (we still need Django etc. here since we interact with the database through Django's ORM.)