mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-04-05 04:22:53 +00:00
sync - still working on the TUI
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user