diff --git a/voter/Procfile b/voter/Procfile new file mode 100644 index 0000000..b308fd8 --- /dev/null +++ b/voter/Procfile @@ -0,0 +1 @@ +web: gunicorn app:server \ No newline at end of file diff --git a/voter/requirements.txt b/voter/requirements.txt new file mode 100644 index 0000000..29176b1 Binary files /dev/null and b/voter/requirements.txt differ