Add django-fernet-encrypted-fields

This commit is contained in:
Tobias Kunze 2025-03-21 15:41:34 +01:00
parent 150dbacba2
commit 5ba2b235cd
2 changed files with 16 additions and 0 deletions

View file

@ -9,6 +9,7 @@ dependencies = [
"cryptography>=44.0.2",
"django==5.2b1",
"django-allauth>=65.5.0",
"django-fernet-encrypted-fields>=0.3.0",
"django-scopes>=2.0.0",
"django-template-partials>=24.4",
"pillow>=11.1.0",