Files
luk/pyproject.toml
2025-08-20 08:30:54 -04:00

32 lines
657 B
TOML

[project]
name = "gtd-terminal-tools"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.11.18",
"certifi>=2025.4.26",
"click>=8.1.0",
"html2text>=2025.4.15",
"mammoth>=1.9.0",
"markitdown[all]>=0.1.1",
"msal>=1.32.3",
"openai>=1.78.1",
"orjson>=3.10.18",
"pillow>=11.2.1",
"python-dateutil>=2.9.0.post0",
"python-docx>=1.1.2",
"requests>=2.31.0",
"rich>=14.0.0",
"textual>=3.2.0",
"textual-image>=0.8.2",
"ticktick-py>=2.0.0",
]
[dependency-groups]
dev = [
"ruff>=0.11.8",
"textual>=3.2.0",
]