chore: add Flask-Migrate and Alembic to requirements

This commit is contained in:
Albert
2025-11-10 20:50:58 +01:00
parent 800ccd8376
commit 49e2f16dbb
2 changed files with 3 additions and 0 deletions

View File

@@ -1 +1,2 @@
pytest
Flask-Migrate>=4.0

View File

@@ -1,2 +1,4 @@
Flask>=2.0
Flask-SQLAlchemy>=3.0
Flask-Migrate>=4.0
alembic>=1.9