adding UV

This commit is contained in:
Tim Bendt
2025-05-08 12:02:24 -06:00
parent 7e42644224
commit eba883a465
10 changed files with 856 additions and 126 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "gtd-terminal-tools"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.11.18",
"html2text>=2025.4.15",
"msal>=1.32.3",
"orjson>=3.10.18",
"python-dateutil>=2.9.0.post0",
"rich>=14.0.0",
"textual>=3.2.0",
]
[dependency-groups]
dev = [
"ruff>=0.11.8",
]