diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-05-09 22:08:19 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-05-09 22:08:19 -0700 |
| commit | 8b98002557263edf783b0e2d2115f9e8b74593f7 (patch) | |
| tree | 4c518a16aeb7cec7ef52d73e97a7c6d4c4e7d722 | |
| parent | 8f83d6bbc50d2fbdb1f326eb84c72673f98f1761 (diff) | |
add boto3 requirement
| -rw-r--r-- | data/exclude_channel.txt | 1 | ||||
| -rw-r--r-- | requirements.txt | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/data/exclude_channel.txt b/data/exclude_channel.txt index 40a9c0f..0949153 100644 --- a/data/exclude_channel.txt +++ b/data/exclude_channel.txt @@ -10,3 +10,4 @@ UClpOEZoIYhxIY6n5NNGaPbA UCJ0fibMPM-kGU_Q1UVC1tHQ UC6W1rDne4LOYK4XLpvhW6ow UCvvl-93S0KFGDEXDjYuUquw +UCFzQd4pZ43ZNEdWBFe7QOKA diff --git a/requirements.txt b/requirements.txt index aa680cc..5c26cae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,12 @@ backcall==0.2.0 beautifulsoup4==4.12.3 bleach==6.1.0 blinker==1.8.2 +boto3==1.38.13 +botocore==1.38.13 certifi==2024.8.30 charset-normalizer==3.3.2 click==8.1.7 +colorama==0.4.6 contourpy==1.3.0 cycler==0.12.1 decorator==5.1.1 @@ -27,6 +30,7 @@ ipython==8.12.3 itsdangerous==2.2.0 jedi==0.19.1 Jinja2==3.1.4 +jmespath==1.0.1 joblib==1.4.2 jsonschema==4.23.0 jsonschema-specifications==2023.12.1 @@ -58,6 +62,7 @@ platformdirs==4.3.6 plotly==5.24.1 prompt_toolkit==3.0.48 protobuf==5.28.2 +psycopg2==2.9.9 psycopg2-binary==2.9.10 ptyprocess==0.7.0 pure_eval==0.2.3 @@ -66,10 +71,12 @@ pyparsing==3.1.4 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 pytz==2024.2 +pywin32==310 pyzmq==26.2.0 referencing==0.35.1 requests==2.32.3 rpds-py==0.20.0 +s3transfer==0.12.0 scikit-learn==1.5.2 scipy==1.14.1 six==1.16.0 |
