mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-02-14 03:12:00 +00:00
sync - still working on the TUI
This commit is contained in:
@@ -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'",
|
||||
|
||||
Reference in New Issue
Block a user