README.devel: update versions

Update version requirements in line with recent changes.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.microsoft.com>
This commit is contained in:
Paul Eggleton 2021-10-20 10:02:50 +13:00
parent 848ca10920
commit fe0bd7ddf5

View File

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