diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..c194a6f --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python app.app.py diff --git a/app/__init__.py b/app/__init__.py new file mode 100644 index 0000000..fbb23fb --- /dev/null +++ b/app/__init__.py @@ -0,0 +1 @@ +from app import * \ No newline at end of file diff --git a/app/__pycache__/__init__.cpython-36.pyc b/app/__pycache__/__init__.cpython-36.pyc new file mode 100644 index 0000000..0c46a28 Binary files /dev/null and b/app/__pycache__/__init__.cpython-36.pyc differ diff --git a/app/__pycache__/app.cpython-36.pyc b/app/__pycache__/app.cpython-36.pyc new file mode 100644 index 0000000..a6bf370 Binary files /dev/null and b/app/__pycache__/app.cpython-36.pyc differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9822564 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +# Requirements automatically generated by pigar. +# https://github.com/Damnever/pigar + +# app.py: 2 +Flask == 0.12 + +# app.py: 7 +Flask_WTF == 0.14.2 + +# app.py: 8 +WTForms == 2.1 + +# settings.py: 4 +matplotlib == 2.0.2 + +# app.py: 3 +pandas == 0.20.1