update
This commit is contained in:
parent
dd9a32ca88
commit
e4d3c146d4
5 changed files with 19 additions and 0 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
web: python app.app.py
|
||||||
1
app/__init__.py
Normal file
1
app/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
from app import *
|
||||||
BIN
app/__pycache__/__init__.cpython-36.pyc
Normal file
BIN
app/__pycache__/__init__.cpython-36.pyc
Normal file
Binary file not shown.
BIN
app/__pycache__/app.cpython-36.pyc
Normal file
BIN
app/__pycache__/app.cpython-36.pyc
Normal file
Binary file not shown.
17
requirements.txt
Normal file
17
requirements.txt
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue