feat: Update project to use pyproject
Some checks failed
Check Code Quality / RuffCheck (push) Failing after 45s
Build Docker / BuildImage (push) Successful in 55s

This commit is contained in:
2025-11-20 15:41:10 +11:00
parent 6d6a443c89
commit ae3d99b0e5
6 changed files with 313 additions and 12 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "python-webserver-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.2",
"gunicorn>=23.0.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]