Files
petpicturequeue/pyproject.toml
Ryan Chen bd3265e6a2 yurt
2025-06-13 16:49:51 -04:00

18 lines
344 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"