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.)