24 lines
459 B
TOML
24 lines
459 B
TOML
[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",
|
|
"mammoth>=1.9.0",
|
|
"msal>=1.32.3",
|
|
"orjson>=3.10.18",
|
|
"python-dateutil>=2.9.0.post0",
|
|
"python-docx>=1.1.2",
|
|
"rich>=14.0.0",
|
|
"textual>=3.2.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ruff>=0.11.8",
|
|
"textual>=3.2.0",
|
|
]
|