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:
Paul Eggleton 2021-10-20 10:02:46 +13:00
parent 2314fb2811
commit 848ca10920

View File

@ -3,7 +3,7 @@ beautifulsoup4==4.8.1
billiard==3.6.1.0
celery==4.3.0
confusable-homoglyphs==3.2.0
Django>=2.2<2.3
Django>=2.2,<2.3
django-appconf==1.0.3
django-axes==4.5.4
django-bootstrap-pagination==1.7.1