mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
[frontend] added Garmin Connect list entry on settings integration zone [frontend] added Garmin Connect image to footer [frontend] added Garmin Connect login logic [backend] added Garmin Connect login logic
39 lines
916 B
TOML
39 lines
916 B
TOML
[tool.poetry]
|
|
name = "endurain"
|
|
version = "0.5.0"
|
|
description = "Endurain API for the Endurain app"
|
|
authors = ["João Vitória Silva <8648976+joaovitoriasilva@users.noreply.github.com>"]
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
fastapi = "^0.115.4"
|
|
uvicorn = "^0.32.0"
|
|
python-dotenv = "^1.0.1"
|
|
sqlalchemy = "^2.0.31"
|
|
apscheduler = "^3.10.4"
|
|
requests = "^2.32.3"
|
|
stravalib = "^2.0"
|
|
opentelemetry-sdk = "^1.25.0"
|
|
opentelemetry-instrumentation-fastapi = "^0.49b0"
|
|
opentelemetry-exporter-otlp = "^1.25.0"
|
|
python-multipart = "^0.0.17"
|
|
gpxpy = "^1.6.2"
|
|
alembic = "^1.14.0"
|
|
joserfc = "^1.0.0"
|
|
bcrypt = "^4.1.3"
|
|
mysqlclient = "^2.2.4"
|
|
fitdecode = "^0.10.0"
|
|
numpy = "^2.1.2"
|
|
geopy = "^2.4.1"
|
|
flexparser = "0.3"
|
|
pydantic-core = "^2.26.0"
|
|
importlib-metadata = "^8.5.0"
|
|
garminconnect = "^0.2.19"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|