From c158e99dad189d116f1ca74e2060392dbb9bc769 Mon Sep 17 00:00:00 2001 From: David Lin Date: Thu, 9 Nov 2023 16:53:37 -0600 Subject: [PATCH] remove empty app.py and add requirements.txt --- backend/__init__.py | 0 backend/app.py | 2 -- backend/requirements.txt | 26 ++++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) delete mode 100644 backend/__init__.py delete mode 100644 backend/app.py create mode 100644 backend/requirements.txt diff --git a/backend/__init__.py b/backend/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/backend/app.py b/backend/app.py deleted file mode 100644 index e5cf10c..0000000 --- a/backend/app.py +++ /dev/null @@ -1,2 +0,0 @@ -from .api import app -from .api import routes diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..18d70b6 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,26 @@ +blinker==1.7.0 +click==8.1.7 +contourpy==1.2.0 +cycler==0.12.1 +Flask==3.0.0 +Flask-Cors==4.0.0 +Flask-SQLAlchemy==3.1.1 +fonttools==4.44.0 +greenlet==3.0.1 +itsdangerous==2.1.2 +Jinja2==3.1.2 +kiwisolver==1.4.5 +MarkupSafe==2.1.3 +matplotlib==3.8.1 +numpy==1.26.1 +packaging==23.2 +pandas==2.1.2 +Pillow==10.1.0 +pyparsing==3.1.1 +python-dateutil==2.8.2 +pytz==2023.3.post1 +six==1.16.0 +SQLAlchemy==2.0.23 +typing_extensions==4.8.0 +tzdata==2023.3 +Werkzeug==3.0.1