Files
Wedding-Website/backend/pyproject.toml
2026-03-06 20:36:37 +00:00

12 lines
220 B
TOML

[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.2",
"gunicorn>=23.0.0",
"pillow>=12.1.1",
]