Add django-jsonform dependency

This commit is contained in:
Tobias Kunze 2025-09-04 00:39:29 +02:00
parent ec29ca5121
commit e61bf9076f
3 changed files with 16 additions and 0 deletions

View file

@ -10,6 +10,7 @@ dependencies = [
"django==5.2.4",
"django-allauth>=65.10.0",
"django-fernet-encrypted-fields>=0.3.0",
"django-jsonform>=2.22.0",
"django-scopes>=2.0.0",
"django-storages[s3]>=1.14.6",
"django-template-partials>=24.4",