Bump Flask, bleach and sync pip-compile (#6239)

* sync pip-compile

* Support Flask >= 1.0.0

* pylint

* Trying something else to fix pylint
This commit is contained in:
Maxime Beauchemin
2018-10-31 16:58:50 -07:00
committed by GitHub
parent 7b3095d6ff
commit e46ab4db52
10 changed files with 31 additions and 25 deletions

View File

@@ -20,5 +20,5 @@ cd superset/assets && npm run build && cd ../../
# Start superset worker for SQL Lab
superset worker &
# To start a development web server, use the -d switch
superset runserver -d
# Start the dev web server
flask run -p 8080 --with-threads --reload --debugger