Add Pillow for ImageFields

This commit is contained in:
Tobias Kunze 2025-03-16 09:05:35 +01:00
parent e8c624d408
commit 3dd901f4c0
2 changed files with 41 additions and 0 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"argon2-cffi>=23.1.0",
"django==5.2b1",
"pillow>=11.1.0",
"psycopg2-binary>=2.9.10",
]