mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
freeze some dependencies versions to ensure code compatibility
This commit is contained in:
parent
c33bf8596f
commit
d0761d304a
1 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,12 @@
|
|||
Flask==1.0.2
|
||||
Flask-Migrate<3.0
|
||||
Flask-SQLAlchemy
|
||||
Flask-Script
|
||||
Jinja2
|
||||
requests
|
||||
Flask-Migrate==2.5.3
|
||||
Flask-Script==2.0.6
|
||||
Flask-SQLAlchemy==2.4.4
|
||||
gunicorn
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
requests
|
||||
SQLAlchemy==1.3.22
|
||||
toml
|
||||
Werkzeug==1.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue