From 888697ed0a5028b94b363a64d192d4f82783af35 Mon Sep 17 00:00:00 2001 From: TimAdams84 <tim-adams@gmx.net> Date: Mon, 1 Jul 2024 16:42:09 +0200 Subject: [PATCH] fix: update requirements.txt --- requirements.txt | 12 +++++++++++- setup.py | 4 ---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index dfdb0ab..ba6ac8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,22 @@ matplotlib~=3.8.1 numpy==1.25.2 openai~=0.28.0 +openpyxl pandas==2.1.0 +pip==21.3.1 plotly~=5.17.0 +python-dateutil==2.8.2 +python-dotenv~=1.0.0 +pytz==2023.3 seaborn~=0.13.0 +sentence-transformers==2.3.1 setuptools==60.2.0 scikit-learn==1.3.2 +six==1.16.0 thefuzz~=0.20.0 +tzdata==2023.3 +wheel==0.37.1 +aiofiles~=0.7.0 SQLAlchemy~=2.0.27 scipy~=1.11.4 -requests~=2.31.0 \ No newline at end of file +pydantic~=1.10.14 \ No newline at end of file diff --git a/setup.py b/setup.py index 1626321..72bd102 100644 --- a/setup.py +++ b/setup.py @@ -43,13 +43,9 @@ 'tzdata==2023.3', 'wheel==0.37.1', 'aiofiles~=0.7.0', - 'uvicorn>=0.15.0', 'python-multipart', - 'fastapi~=0.87.0', 'SQLAlchemy~=2.0.27', - 'starlette~=0.21.0', 'scipy~=1.11.4', - 'requests~=2.31.0', 'pydantic~=1.10.14' ], classifiers=[