From d80f0b8fd2cb255026fc5eddd094e9c13a08a518 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 21 Oct 2024 18:35:08 +0100 Subject: [PATCH] deleted old requirements files --- backend/requirements/base.txt | 43 ---------------------------------- backend/requirements/local.txt | 28 ---------------------- 2 files changed, 71 deletions(-) delete mode 100644 backend/requirements/base.txt delete mode 100644 backend/requirements/local.txt diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt deleted file mode 100644 index c2b4ab71..00000000 --- a/backend/requirements/base.txt +++ /dev/null @@ -1,43 +0,0 @@ -msgpack==1.0.5 -anyio==3.7.1 -cffi==1.15.1 -click==8.1.3 -cryptography==37.0.4 -ecdsa==0.18.0 -epc-api-python==1.0.2 -exceptiongroup==1.1.2 -fastapi==0.99.1 -h11==0.14.0 -httptools==0.5.0 -idna==3.4 -mangum==0.17.0 -pyasn1==0.5.0 -pycparser==2.21 -pydantic==1.10.11 -PyJWT==2.7.0 -python-dotenv==1.0.0 -python-jose==3.3.0 -PyYAML==6.0 -rsa==4.9 -six==1.16.0 -sniffio==1.3.0 -starlette==0.27.0 -typing_extensions==4.7.1 -uvicorn==0.22.0 -uvloop==0.17.0 -urllib3<2 -watchfiles==0.19.0 -websockets==11.0.3 -sqlalchemy==2.0.19 -psycopg2-binary -pytz==2023.3 -mip==1.15.0 -boto3==1.28.3 -pandas==2.2.3 -numpy==1.24.4 -pyarrow==12.0.1 -textblob -usaddress==0.5.10 - -# Requirements we may not need -xgboost==1.7.6 \ No newline at end of file diff --git a/backend/requirements/local.txt b/backend/requirements/local.txt deleted file mode 100644 index 5a1693c4..00000000 --- a/backend/requirements/local.txt +++ /dev/null @@ -1,28 +0,0 @@ -anyio==3.7.1 -cffi==1.15.1 -click==8.1.3 -cryptography==37.0.4 -ecdsa==0.18.0 -exceptiongroup==1.1.2 -fastapi==0.99.1 -h11==0.14.0 -httptools==0.5.0 -idna==3.4 -mangum==0.17.0 -pyasn1==0.5.0 -pycparser==2.21 -pydantic==1.10.11 -PyJWT==2.7.0 -python-dotenv==1.0.0 -python-jose==3.3.0 -PyYAML==6.0 -rsa==4.9 -six==1.16.0 -sniffio==1.3.0 -starlette==0.27.0 -typing_extensions==4.7.1 -uvicorn==0.22.0 -uvloop==0.17.0 -watchfiles==0.19.0 -websockets==11.0.3 -boto3 \ No newline at end of file