2025-01-27 12:58:56 +01:00
|
|
|
[project]
|
|
|
|
name = "servala-fe"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Add your description here"
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.13"
|
2025-01-27 15:14:58 +01:00
|
|
|
dependencies = ["django>=5.1.5", "environs[django]~=14.0", "pillow>=11.1.0"]
|
2025-01-27 15:07:38 +01:00
|
|
|
|
|
|
|
[project.optional-dependencies]
|
|
|
|
dev = ["django-browser-reload~=1.13"]
|