From d6ed6c434778c37fe462953d356c7398902ac1dd Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 2 Oct 2023 16:48:36 +0200 Subject: [PATCH] feat(api): assist stats - dependencie --- assist-stats/Pipfile | 1 + assist-stats/requirements.txt | 63 +++-------------------------------- 2 files changed, 5 insertions(+), 59 deletions(-) diff --git a/assist-stats/Pipfile b/assist-stats/Pipfile index 0757494bb..6714c88a2 100644 --- a/assist-stats/Pipfile +++ b/assist-stats/Pipfile @@ -4,6 +4,7 @@ verify_ssl = true name = "pypi" [packages] +fastapi = "==0.103.1" [dev-packages] diff --git a/assist-stats/requirements.txt b/assist-stats/requirements.txt index 8b79a9a79..09e1441f0 100644 --- a/assist-stats/requirements.txt +++ b/assist-stats/requirements.txt @@ -1,61 +1,6 @@ -annotated-types==0.5.0 -anyio==3.7.1 -APScheduler==3.10.4 -asyncpg==0.28.0 -azure-core==1.29.3 -azure-storage-blob==12.16.0 -boto3==1.28.42 -botocore==1.31.55 -certifi==2023.5.7 -cffi==1.15.1 -charset-normalizer==3.1.0 -click==8.1.3 -clickhouse-cityhash==1.0.2.4 -clickhouse-driver==0.2.6 -cryptography==41.0.3 -defusedxml==0.7.1 -dnspython==2.3.0 -elastic-transport==8.4.0 -elasticsearch==8.9.0 -email-validator==2.0.0.post2 -fastapi==0.103.1 -gunicorn==20.1.0 -h11==0.14.0 -httptools==0.5.0 -idna==3.4 -isodate==0.6.1 -jira==3.5.2 -jmespath==1.0.1 -lz4==4.3.2 -oauthlib==3.2.2 -packaging==23.1 -psycopg2-binary==2.9.7 -pycparser==2.21 -pydantic==2.3.0 -pydantic_core==2.6.3 -PyJWT==2.8.0 -python-dateutil==2.8.2 -python-decouple==3.8 -python-dotenv==1.0.0 -python-multipart==0.0.6 -pytz==2023.3 -PyYAML==6.0 -redis==5.0.0 -requests==2.31.0 -requests-oauthlib==1.3.1 -requests-toolbelt==1.0.0 -s3transfer==0.6.1 -sentry-sdk==1.17.0 -six==1.16.0 -sniffio==1.3.0 +fastapi SQLAlchemy==2.0.21 -starlette==0.27.0 -stripe==5.3.0 -tenacity==8.2.3 -typing_extensions==4.6.3 -tzlocal==5.0.1 -urllib3==1.26.16 uvicorn==0.23.2 -uvloop==0.17.0 -watchfiles==0.19.0 -websockets==11.0.3 +python-decouple==3.8 +psycopg2-binary==2.9.7 +