API: update to Flask 1.0
This commit is contained in:
parent
3f025357b9
commit
0978fa52b8
@ -1,7 +1,7 @@
|
|||||||
# mpwo
|
# mpwo
|
||||||
|
|
||||||
[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)
|
[![Python Version](https://img.shields.io/badge/python-3.6-brightgreen.svg)](https://python.org)
|
||||||
[![Flask Version](https://img.shields.io/badge/flask-0.12-brightgreen.svg)](http://flask.pocoo.org/)
|
[![Flask Version](https://img.shields.io/badge/flask-1.0-brightgreen.svg)](http://flask.pocoo.org/)
|
||||||
[![React Version](https://img.shields.io/badge/react-16.3-brightgreen.svg)](https://reactjs.org/)
|
[![React Version](https://img.shields.io/badge/react-16.3-brightgreen.svg)](https://reactjs.org/)
|
||||||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/45d64b31e37e4890a239b8298e66a011)](https://www.codacy.com/app/SamR1/mpwo?utm_source=github.com&utm_medium=referral&utm_content=SamR1/mpwo&utm_campaign=badger)
|
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/45d64b31e37e4890a239b8298e66a011)](https://www.codacy.com/app/SamR1/mpwo?utm_source=github.com&utm_medium=referral&utm_content=SamR1/mpwo&utm_campaign=badger)
|
||||||
[![Build Status](https://travis-ci.org/SamR1/mpwo.svg?branch=master)](https://travis-ci.org/SamR1/mpwo)
|
[![Build Status](https://travis-ci.org/SamR1/mpwo.svg?branch=master)](https://travis-ci.org/SamR1/mpwo)
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
|
alembic==0.9.9
|
||||||
|
apipkg==1.4
|
||||||
|
attrs==17.4.0
|
||||||
bcrypt==3.1.4
|
bcrypt==3.1.4
|
||||||
cffi==1.11.2
|
cffi==1.11.2
|
||||||
click==6.7
|
click==6.7
|
||||||
|
execnet==1.5.0
|
||||||
flake8==3.5.0
|
flake8==3.5.0
|
||||||
flake8-isort==2.2.2
|
flake8-isort==2.2.2
|
||||||
flake8-polyfill==1.0.1
|
flake8-polyfill==1.0.1
|
||||||
Flask==0.12.2
|
Flask==1.0
|
||||||
Flask-Bcrypt==0.7.1
|
Flask-Bcrypt==0.7.1
|
||||||
Flask-Migrate==2.1.1
|
Flask-Migrate==2.1.1
|
||||||
Flask-SQLAlchemy==2.3.2
|
Flask-SQLAlchemy==2.3.2
|
||||||
@ -12,20 +16,25 @@ Flask-Testing==0.6.2
|
|||||||
isort==4.2.15
|
isort==4.2.15
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
Jinja2==2.10
|
Jinja2==2.10
|
||||||
|
Mako==1.0.7
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
mysqlclient==1.3.12
|
mysqlclient==1.3.12
|
||||||
|
pluggy==0.6.0
|
||||||
psycopg2==2.7.3.2
|
psycopg2==2.7.3.2
|
||||||
|
py==1.5.3
|
||||||
pycodestyle==2.3.1
|
pycodestyle==2.3.1
|
||||||
pycparser==2.18
|
pycparser==2.18
|
||||||
pyflakes==1.6.0
|
pyflakes==1.6.0
|
||||||
|
PyJWT==1.5.3
|
||||||
pytest==3.3.2
|
pytest==3.3.2
|
||||||
pytest-cache==1.0
|
pytest-cache==1.0
|
||||||
pytest-flake8==0.9.1
|
pytest-flake8==0.9.1
|
||||||
pytest-isort==0.1.0
|
pytest-isort==0.1.0
|
||||||
pytest-runner==3.0
|
pytest-runner==3.0
|
||||||
PyJWT==1.5.3
|
python-dateutil==2.7.2
|
||||||
|
python-editor==1.0.3
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
SQLAlchemy==1.1.15
|
SQLAlchemy==1.1.15
|
||||||
testfixtures==5.3.1
|
testfixtures==5.3.1
|
||||||
Werkzeug==0.13
|
Werkzeug==0.14.1
|
||||||
|
Loading…
Reference in New Issue
Block a user