From 9d0bd31c43f4ffada5b0bb5485ba670ed4e55d20 Mon Sep 17 00:00:00 2001
From: Fize Jacques <jacques.fize@cirad.fr>
Date: Fri, 17 May 2019 13:51:53 +0200
Subject: [PATCH] heroku deployment changes

---
 Procfile         | 1 +
 Procfile.windows | 1 +
 requirements.txt | 2 ++
 3 files changed, 4 insertions(+)
 create mode 100644 Procfile
 create mode 100644 Procfile.windows
 create mode 100644 requirements.txt

diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..cfc2f8f
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: gunicorn app:app 
diff --git a/Procfile.windows b/Procfile.windows
new file mode 100644
index 0000000..f0449ba
--- /dev/null
+++ b/Procfile.windows
@@ -0,0 +1 @@
+web : python app.py
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..cef5a16
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+Flask
+gunicorn
-- 
GitLab