API: update to Flask 1.0
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
# mpwo
 | 
					# mpwo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://python.org)
 | 
					[](https://python.org)
 | 
				
			||||||
[](http://flask.pocoo.org/) 
 | 
					[](http://flask.pocoo.org/) 
 | 
				
			||||||
[](https://reactjs.org/)  
 | 
					[](https://reactjs.org/)  
 | 
				
			||||||
[](https://www.codacy.com/app/SamR1/mpwo?utm_source=github.com&utm_medium=referral&utm_content=SamR1/mpwo&utm_campaign=badger)
 | 
					[](https://www.codacy.com/app/SamR1/mpwo?utm_source=github.com&utm_medium=referral&utm_content=SamR1/mpwo&utm_campaign=badger)
 | 
				
			||||||
[](https://travis-ci.org/SamR1/mpwo)
 | 
					[](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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user