[project] name = "bikeslop" version = "0.1.0" description = "GPX ride viewer with Leaflet maps, Chart.js profiles, and local-LLM coaching insights" readme = "README.md" requires-python = ">=3.14" dependencies = [ "garminconnect>=0.3.6", "fastapi>=0.115.0", "uvicorn[standard]>=0.30.0", "openai>=1.50.0", "sqlalchemy>=2.0.51", "boto3>=1.43.66", "authlib>=1.7.2", "itsdangerous>=2.2.0", ]