Files
petpicturequeue/pyproject.toml
2025-06-13 16:54:45 -04:00

21 lines
395 B
TOML

[project]
name = "pet-picture-queue"
version = "0.1.0"
description = "A web application to manage pet pictures from subscribers"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.0.0",
"werkzeug>=3.0.0",
"python-dotenv>=1.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]