FitTrackee currently requires SQLAlchemy 1.4.49 (upstream has plans to
upgrade). The commit `e3c822682230` updated flask-sqlalchemy to 3.1.1,
and that version dropped support for pre 2.0 SQLAlchemy.
As such we pin the flask-sqlalchemy dependency to the last version
supporting the required SQLAlchemy version.