API - pin FlaskSQLAlchemy (and Click) version to force update

on existing instances
This commit is contained in:
Sam 2023-10-03 09:26:42 +02:00
parent 7bcfafa9e0
commit 19dc77bd75
2 changed files with 3 additions and 1 deletions

2
poetry.lock generated
View File

@ -2720,4 +2720,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "f85f8c64c0d6b2f490a0adde219d5729c80a8a200ee84211898ea5c396164279"
content-hash = "fe398b8d9c8bb4223284e01983948f0837ef862554b2673705fb8de963f3ed4b"

View File

@ -26,11 +26,13 @@ exclude = ["fittrackee/tests"]
python = "^3.8.1"
authlib = "=1.2.1"
babel = "^2.11.0"
click = "^8.1.7"
dramatiq = {version = "^1.14", extras = ["redis"]}
flask = "^3.0"
flask-bcrypt = "^1.0"
flask-dramatiq = "^0.6"
flask-limiter = {version = "^3.5", extras = ["redis"]}
flask-sqlalchemy = "^3.1"
flask-migrate = "^4.0"
gpxpy = "=1.5.0"
gunicorn = "^21.0"