API - pin Flask-SQLAlchemy

This commit is contained in:
Sam 2023-10-07 16:33:03 +02:00
parent 16d09a79e7
commit ea6160e6a4
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -2725,4 +2725,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 = "8455a7b70d2a966152da804dcbaa3780bb516953105ce2b73c7e2442432f3ae6" content-hash = "9572dd65693d4c14d05589eec5bf945c1751e67ccd0c3c53ed9c2e69ae9e0d3e"

View File

@ -34,6 +34,7 @@ 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-migrate = "^4.0" flask-migrate = "^4.0"
flask-sqlalchemy = "3.0.5"
gpxpy = "=1.5.0" gpxpy = "=1.5.0"
gunicorn = "^21.0" gunicorn = "^21.0"
humanize = "^4.7" humanize = "^4.7"