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

@@ -1,12 +1,17 @@
# Core dependencies
python-dotenv==1.0.1
sqlalchemy>=2.0.35
alembic>=1.13.1
sqlalchemy==2.0.31
alembic==1.13.1
pydantic-settings==2.2.1
Mako==1.3.10
# TUI framework
textual
# Backend framework
fastapi==0.110.0
python-multipart==0.0.9
# Data processing
gpxpy # GPX parsing library
@@ -23,4 +28,5 @@ pytest-asyncio==0.23.5
# Development tools
black==24.3.0
isort==5.13.2
isort==5.13.2
greenlet>=1.1.0