diff options
| -rw-r--r-- | requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
