switch flask requirement to recent release, suggest gunicorn for running the app

This commit is contained in:
Noah Levitt 2016-06-15 22:00:39 +00:00
parent b0ed4b8128
commit d75e8c394a
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
flask --debug --app=brozzler-webconsole.py run --host=0.0.0.0 --port=8081
gunicorn --bind=0.0.0.0:8081 brozzler-webconsole:app

View File

@ -1,2 +1,3 @@
git+https://github.com/mitsuhiko/flask.git
rethinkstuff>=0.1.5
flask>=0.11
gunicorn