API - pin FlaskSQLAlchemy (and Click) version to force update
on existing instances
This commit is contained in:
parent
7bcfafa9e0
commit
19dc77bd75
2
poetry.lock
generated
2
poetry.lock
generated
@ -2720,4 +2720,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8.1"
|
python-versions = "^3.8.1"
|
||||||
content-hash = "f85f8c64c0d6b2f490a0adde219d5729c80a8a200ee84211898ea5c396164279"
|
content-hash = "fe398b8d9c8bb4223284e01983948f0837ef862554b2673705fb8de963f3ed4b"
|
||||||
|
@ -26,11 +26,13 @@ exclude = ["fittrackee/tests"]
|
|||||||
python = "^3.8.1"
|
python = "^3.8.1"
|
||||||
authlib = "=1.2.1"
|
authlib = "=1.2.1"
|
||||||
babel = "^2.11.0"
|
babel = "^2.11.0"
|
||||||
|
click = "^8.1.7"
|
||||||
dramatiq = {version = "^1.14", extras = ["redis"]}
|
dramatiq = {version = "^1.14", extras = ["redis"]}
|
||||||
flask = "^3.0"
|
flask = "^3.0"
|
||||||
flask-bcrypt = "^1.0"
|
flask-bcrypt = "^1.0"
|
||||||
flask-dramatiq = "^0.6"
|
flask-dramatiq = "^0.6"
|
||||||
flask-limiter = {version = "^3.5", extras = ["redis"]}
|
flask-limiter = {version = "^3.5", extras = ["redis"]}
|
||||||
|
flask-sqlalchemy = "^3.1"
|
||||||
flask-migrate = "^4.0"
|
flask-migrate = "^4.0"
|
||||||
gpxpy = "=1.5.0"
|
gpxpy = "=1.5.0"
|
||||||
gunicorn = "^21.0"
|
gunicorn = "^21.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user