diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-17 13:24:42 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-17 13:24:42 -0800 |
| commit | 96019367e8f72eac26abd3b7a908c2b914bd1ae1 (patch) | |
| tree | fa7dbe66ea8b12bde0970dc8db27f7601464b3b8 /backend/requirements.txt | |
| parent | c159e86a3487dbae79de8d0887f288625084bfcd (diff) | |
v2: add initial Next JS files, remove static templates
Diffstat (limited to 'backend/requirements.txt')
| -rw-r--r-- | backend/requirements.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 0000000..2f05f53 --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,21 @@ +certifi==2023.7.22 +charset-normalizer==3.1.0 +docopt==0.6.2 +greenlet==2.0.2 +idna==3.4 +mysql-connector-python==8.0.32 +numpy==1.24.2 +packaging==23.0 +pandas==1.5.3 +pipreqs==0.4.12 +plotly==5.13.1 +protobuf==3.20.3 +python-dateutil==2.8.2 +pytz==2022.7.1 +requests==2.31.0 +six==1.16.0 +tenacity==8.2.2 +typing_extensions==4.5.0 +urllib3==1.26.15 +yarg==0.1.9 +Flask~=2.2.3
\ No newline at end of file |
