Skip to content
Snippets Groups Projects
Commit 0cc49d49 authored by Andrea Callia D'Iddio's avatar Andrea Callia D'Iddio
Browse files

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.
parent f6480d01
No related branches found
No related tags found
Loading
Pipeline #360871 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment