From 1125d8e25f5e57e6e519c6645c4426c0fb4b84ca Mon Sep 17 00:00:00 2001 From: Walker Waylon Scott Date: Mon, 10 Jul 2017 11:14:58 -0500 Subject: [PATCH] upgrading to gunicorn server from flask development server --- Procfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 055a50d..fb9ebe7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python src//pyDataVizDay.py +web: gunicorn src//pyDataVizDay:app diff --git a/requirements.txt b/requirements.txt index 10dab8d..46027da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ flask +gunicorn pandas -e git+https://github.com/WaylonWalker/iplotter.git@master#egg=iplotter \ No newline at end of file