Correct Django version back to !1541 after porting !1513

This commit is contained in:
Ariel Rin 2023-10-24 12:37:37 +10:00
parent 37d1d84fc3
commit 186fa1be03
No known key found for this signature in database

View File

@ -42,7 +42,7 @@ dependencies = [
"django-redis>=5.2.0",
"django-registration>=3.3,<3.4",
"django-sortedm2m",
"django>=4.0.9,<4.1.0",
"django>=4.2,<5",
"dnspython",
"mysqlclient>=2.1.0",
"openfire-restapi",