sync - still working on the TUI

This commit is contained in:
2025-09-27 13:24:20 -07:00
parent 72b5cc3aaa
commit ec02b923af
25 changed files with 1091 additions and 367 deletions

View File

@@ -31,9 +31,10 @@ requires-python = ">=3.8"
dependencies = [
# Core dependencies
"python-dotenv==1.0.1",
"sqlalchemy==2.0.29",
"sqlalchemy==2.0.31",
"alembic==1.13.1",
"pydantic-settings==2.2.1",
"Mako==1.3.10",
# Database
"aiosqlite==0.20.0",
@@ -48,6 +49,10 @@ dependencies = [
"garth==0.4.46",
"httpx==0.25.2",
# Backend framework
"fastapi==0.110.0",
"python-multipart==0.0.9",
# Development tools (optional)
"pytest>=8.1.1; extra=='dev'",
"pytest-asyncio>=0.23.5; extra=='dev'",