Merge branch 'develop' into feature/migrations

This commit is contained in:
Tim Gröger 2023-02-17 13:15:32 +01:00
commit 8a656c3c89
1 changed files with 3 additions and 1 deletions

View File

@ -27,8 +27,10 @@ install_requires =
flask_cors
flask_migrate>=3.1.0
flask_sqlalchemy>=2.5.1
sqlalchemy>=1.4.40
sqlalchemy_utils>=0.38.3
# Importlib requirement can be dropped when python requirement is >= 3.10
importlib_metadata>=4.3
sqlalchemy>=1.4.40, <2.0
toml
werkzeug>=2.2.2