Fix: set requirements to avoid a problem with SQLAlchemy not depending on us...
Fix: set requirements to avoid a problem with SQLAlchemy not depending on us (see the comment in requirements.txt.
... | ... | @@ -4,7 +4,7 @@ Flask==2.2.2 |
Click==8.1.3 | ||
Werkzeug==2.2.2 | ||
Flask-WTF==1.0.1 | ||
Flask_SQLAlchemy==2.5.1 | ||
Flask_SQLAlchemy==3.0.2 | ||
MarkupSafe==2.1.1 | ||
python_ldap==3.4.2 | ||
flask-migrate==3.1.0 | ||
... | ... | @@ -12,8 +12,11 @@ pytest-cov==3.0.0 |
SQLAlchemy-Utils==0.38.3 | ||
pytest-factoryboy==2.5.0 | ||
python-dotenv==0.20.0 | ||
psycopg2==2.9.3 | ||
psycopg2==2.9.5 | ||
gunicorn==20.1.0 | ||
black==22.6.0 | ||
flake8==5.0.4 | ||
isort==5.10.1 | ||
# Fix issues with sqlalchemy-utils until fix: https://github.com/kvesteri/sqlalchemy-utils/issues/669 | ||
SQLAlchemy==1.4.46 |
Please register or sign in to comment