diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..dc46f1b --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn main:app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5475691..a523387 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,67 +1,13 @@ -appdirs==1.4.4 -appnope==0.1.3 -asttokens==2.2.1 -attrs==22.2.0 -backcall==0.2.0 -beautifulsoup4==4.11.2 -certifi==2022.12.7 -cffi==1.15.1 -charset-normalizer==3.0.1 -click==8.1.3 -comm==0.1.2 -contourpy==1.0.7 -cryptography==39.0.1 -cycler==0.11.0 -debugpy==1.6.6 -decorator==5.1.1 -executing==1.2.0 -fastjsonschema==2.16.3 Flask==2.2.2 Flask-Login==0.6.2 Flask-SQLAlchemy==3.0.3 -fonttools==4.38.0 -frozendict==2.3.5 -html5lib==1.1 -idna==3.4 -ipykernel==6.21.2 -ipython==8.10.0 -itsdangerous==2.1.2 -jedi==0.18.2 -Jinja2==3.1.2 -jsonschema==4.17.3 -jupyter_client==8.0.3 -jupyter_core==5.2.0 -kiwisolver==1.4.4 -lxml==4.9.2 -MarkupSafe==2.1.2 +gunicorn==20.0.4 matplotlib==3.6.3 -matplotlib-inline==0.1.6 -multitasking==0.0.11 -nbformat==5.7.3 -nest-asyncio==1.5.6 -numpy==1.24.2 packaging==23.0 pandas==1.5.3 -parso==0.8.3 -pexpect==4.8.0 -pickleshare==0.7.5 -Pillow==9.4.0 -platformdirs==3.0.0 plotly==5.13.1 -prompt-toolkit==3.0.37 -psutil==5.9.4 psycopg2==2.9.5 -ptyprocess==0.7.0 -pure-eval==0.2.2 -pycparser==2.21 -Pygments==2.14.0 -pyparsing==3.0.9 -pyrsistent==0.19.3 -python-dateutil==2.8.2 pytz==2022.7.1 -pyzmq==25.0.0 requests==2.28.2 scipy==1.10.0 -six==1.16.0 -soupsieve==2.4 SQLAlchemy==2.0.4 \ No newline at end of file