feat: Move to UV

Please enter the commit message for your changes. Lines starting
This commit is contained in:
2026-02-18 11:23:37 +11:00
parent 438da63277
commit 92a526f31d
5 changed files with 635 additions and 4 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "weekly-calendar"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.2",
"gunicorn>=25.1.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]
[dependency-groups]
dev = [
"pre-commit>=4.5.1",
]