mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Add SQLAlchemy to dependencies
This commit is contained in:
parent
c95e50aba5
commit
0d4fe30d24
2 changed files with 2 additions and 0 deletions
|
@ -23,5 +23,6 @@ MarkupSafe==1.1.1
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
pytz==2019.2
|
pytz==2019.2
|
||||||
SQLAlchemy==1.3.8
|
SQLAlchemy==1.3.8
|
||||||
|
SQLAlchemy-Continuum==1.3.9
|
||||||
Werkzeug==0.16.0
|
Werkzeug==0.16.0
|
||||||
WTForms==2.2.1
|
WTForms==2.2.1
|
||||||
|
|
|
@ -25,6 +25,7 @@ install_requires =
|
||||||
flask
|
flask
|
||||||
flask-wtf
|
flask-wtf
|
||||||
flask-sqlalchemy<3.0
|
flask-sqlalchemy<3.0
|
||||||
|
SQLAlchemy-Continuum
|
||||||
flask-mail
|
flask-mail
|
||||||
Flask-Migrate
|
Flask-Migrate
|
||||||
Flask-script
|
Flask-script
|
||||||
|
|
Loading…
Reference in a new issue