diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-04-13 01:08:10 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-04-13 01:08:10 -0700 |
| commit | 163e07adb573da8497c9ccf0ae97a6c261e7b14a (patch) | |
| tree | 72c1763fbb76b8fc24b318ffa7c4028273ebf01b /requirements.txt | |
initial commit. Migration from GitLab
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..284a02b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,40 @@ +b2sdk==1.29.0 +blinker==1.7.0 +certifi==2023.11.17 +charset-normalizer==3.3.2 +click==8.1.7 +docopt==0.6.2 +Flask==3.0.0 +Flask-Cors==4.0.0 +greenlet==3.0.1 +gunicorn==21.2.0 +idna==3.6 +itsdangerous==2.1.2 +Jinja2==3.1.2 +joblib==1.3.2 +logfury==1.0.1 +MarkupSafe==2.1.3 +mysql-connector-python==8.2.0 +numpy==1.26.2 +packaging==23.2 +pandas==2.1.3 +patsy==0.5.3 +pip-review==1.3.0 +pipreqs==0.4.13 +plotly==5.18.0 +protobuf==4.21.12 +psycopg2-binary==2.9.9 +python-dateutil==2.8.2 +pytz==2023.3.post1 +requests==2.31.0 +scikit-learn==1.3.2 +scipy==1.11.4 +six==1.16.0 +tenacity==8.2.3 +threadpoolctl==3.2.0 +tqdm==4.66.1 +typing_extensions==4.8.0 +tzdata==2023.3 +urllib3==2.1.0 +Werkzeug==3.0.1 +yarg==0.1.9 |
