Update dependencies
This commit is contained in:
parent
8fa23b86f1
commit
167f0f40ae
1 changed files with 15 additions and 15 deletions
|
@ -1,22 +1,22 @@
|
|||
alembic==1.0.7
|
||||
certifi==2018.8.24
|
||||
alembic==1.0.10
|
||||
certifi==2019.3.9
|
||||
chardet==3.0.4
|
||||
click==6.7
|
||||
Flask==1.0.2
|
||||
Flask-Migrate==2.3.1
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
idna==2.7
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.10
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.0
|
||||
Click==7.0
|
||||
Flask==1.0.3
|
||||
Flask-Migrate==2.5.2
|
||||
Flask-SQLAlchemy==2.4.0
|
||||
idna==2.8
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.10.1
|
||||
Mako==1.0.11
|
||||
MarkupSafe==1.1.1
|
||||
mattermostdriver==6.1.3
|
||||
PyBug==1.2.1
|
||||
python-dateutil==2.8.0
|
||||
python-editor==1.0.4
|
||||
requests==2.19.1
|
||||
requests==2.22.0
|
||||
six==1.12.0
|
||||
SQLAlchemy==1.2.12
|
||||
urllib3==1.23
|
||||
SQLAlchemy==1.3.4
|
||||
urllib3==1.25.3
|
||||
websockets==7.0
|
||||
Werkzeug==0.14.1
|
||||
Werkzeug==0.15.4
|
||||
|
|
Loading…
Reference in a new issue