From 0c5c7f982d5968376a1663fc5d69a0d36fd19bb9 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 25 Jul 2024 19:02:08 +0200 Subject: [PATCH] removed search, which is not used updated dependencies --- app/api/api.py | 2 +- requirements.txt | 67 ++++++++++++++++++++++++++++++++++++------------ 2 files changed, 51 insertions(+), 18 deletions(-) diff --git a/app/api/api.py b/app/api/api.py index aaee97a..87520f5 100644 --- a/app/api/api.py +++ b/app/api/api.py @@ -6,7 +6,7 @@ from app.api.endpoints import ontologies from app.api.endpoints import webhooks from app.api.endpoints import notifications -from app.api.endpoints import search +# from app.api.endpoints import search from app.api.endpoints import activity_database api_router = APIRouter(prefix="/api/v2") diff --git a/requirements.txt b/requirements.txt index 8a79843..06033bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,50 @@ -fastapi~=0.78.0 -neo4j -pydantic~=1.9.1 -requests~=2.28.0 -starlette~=0.19.1 -obonet~=0.3.0 -pandas~=1.4.3 -celery~=5.2.7 -networkx~=2.8.4 -python-dotenv~=0.20.0 -boto3~=1.24.30 -botocore~=1.27.30 -uvicorn~=0.18.2 -flower~=1.1.0 -redis~=4.3.4 - -SQLAlchemy~=1.4.41 \ No newline at end of file +fastapi~=0.111.1 +obonet~=1.1.0 +requests~=2.32.3 +pandas~=2.2.2 +celery~=5.4.0 +SQLAlchemy~=2.0.31 +neo4j~=5.22.0 +networkx~=3.3 +pydantic~=2.8.2 +python-dotenv~=1.0.1 +dnspython~=2.6.1 +idna~=3.7 +httpcore~=1.0.5 +httpx~=0.27.0 +anyio~=4.4.0 +h11~=0.14.0 +pip~=24.0 +Jinja2~=3.1.4 +amqp~=5.2.0 +vine~=5.1.0 +pytz~=2024.1 +typing_extensions~=4.12.2 +rich~=13.7.1 +Pygments~=2.18.0 +PyYAML~=6.0.1 +sniffio~=1.3.1 +click~=8.1.7 +certifi~=2024.7.4 +kombu~=5.3.7 +billiard~=4.2.0 +mdurl~=0.1.2 +numpy~=2.0.1 +typer~=0.12.3 +shellingham~=1.5.4 +python-dateutil~=2.9.0.post0 +greenlet~=3.0.3 +MarkupSafe~=2.1.5 +uvloop~=0.19.0 +starlette~=0.37.2 +email_validator~=2.2.0 +pydantic_core~=2.20.1 +websockets~=12.0 +urllib3~=2.2.2 +uvicorn~=0.30.3 +httptools~=0.6.1 +watchfiles~=0.22.0 +wcwidth~=0.2.13 +six~=1.16.0 +python-multipart~=0.0.9 +prompt_toolkit~=3.0.47 \ No newline at end of file