link panel

This commit is contained in:
Bendt
2025-12-18 11:43:37 -05:00
parent 3640d143cf
commit e08f552386
11 changed files with 1126 additions and 120 deletions

View File

@@ -33,6 +33,8 @@ dependencies = [
"openai>=1.78.1",
"orjson>=3.10.18",
"pillow>=11.2.1",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
"python-dateutil>=2.9.0.post0",
"python-docx>=1.1.2",
"requests>=2.31.0",
@@ -40,6 +42,7 @@ dependencies = [
"textual>=3.2.0",
"textual-image>=0.8.2",
"ticktick-py>=2.0.0",
"toml>=0.10.0",
]
[project.scripts]