diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000000000000000000000000000000000000..cfc2f8fffb675a631df75f7d19fdceca6a25ad5c
--- /dev/null
+++ b/Procfile
@@ -0,0 +1 @@
+web: gunicorn app:app 
diff --git a/Procfile.windows b/Procfile.windows
new file mode 100644
index 0000000000000000000000000000000000000000..f0449ba5a505377fba802e3092ae894046afb739
--- /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 0000000000000000000000000000000000000000..cef5a165b5ee768c7a1cb5201dd08d103ff34126
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+Flask
+gunicorn