This commit is contained in:
Tobias Brunner 2025-01-27 15:14:58 +01:00
parent 4c6732f9d0
commit 79a8c6f280
No known key found for this signature in database
13 changed files with 169 additions and 47 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["django>=5.1.5", "environs[django]~=14.0"]
dependencies = ["django>=5.1.5", "environs[django]~=14.0", "pillow>=11.1.0"]
[project.optional-dependencies]
dev = ["django-browser-reload~=1.13"]