Merge pull request #442 from SamR1/pin-flask-sqlachemy

Pin Flask-SQLAlchemy version
This commit is contained in:
Sam 2023-10-08 18:16:44 +02:00 committed by GitHub
commit 40eae45886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]
lock-version = "2.0"
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-limiter = {version = "^3.5", extras = ["redis"]}
flask-migrate = "^4.0"
flask-sqlalchemy = "3.0.5"
gpxpy = "=1.5.0"
gunicorn = "^21.0"
humanize = "^4.7"