Cap Django to 4.0.x

This commit is contained in:
Ariel Rin 2022-08-05 21:23:40 +10:00
parent 1072c00a28
commit 1aa3187491

View File

@ -37,7 +37,7 @@ install_requires =
beautifulsoup4 beautifulsoup4
celery>=5.2.0,<6.0.0 celery>=5.2.0,<6.0.0
celery-once>=3.0.1 celery-once>=3.0.1
django>=4.0.6,<5.0.0 django>=4.0.6,<4.1.0
django-bootstrap-form django-bootstrap-form
django-celery-beat>=2.3.0 django-celery-beat>=2.3.0
django-esi>=4.0.1 django-esi>=4.0.1