mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
requirements.txt: set proper version restriction for Django
Without a comma, pip3 will currently install Django 4.0 which does not work. Signed-off-by: Paul Eggleton <paul.eggleton@linux.microsoft.com>
This commit is contained in:
parent
2314fb2811
commit
848ca10920
|
@ -3,7 +3,7 @@ beautifulsoup4==4.8.1
|
||||||
billiard==3.6.1.0
|
billiard==3.6.1.0
|
||||||
celery==4.3.0
|
celery==4.3.0
|
||||||
confusable-homoglyphs==3.2.0
|
confusable-homoglyphs==3.2.0
|
||||||
Django>=2.2<2.3
|
Django>=2.2,<2.3
|
||||||
django-appconf==1.0.3
|
django-appconf==1.0.3
|
||||||
django-axes==4.5.4
|
django-axes==4.5.4
|
||||||
django-bootstrap-pagination==1.7.1
|
django-bootstrap-pagination==1.7.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user