adding UV
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user