This commit is contained in:
Ryan Chen
2025-06-13 16:49:51 -04:00
commit bd3265e6a2
14 changed files with 640 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[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"