From c1ec76f8763981ada59e5a8c9a0feddbaf0c8263 Mon Sep 17 00:00:00 2001 From: jerlendds Date: Tue, 19 Dec 2023 19:40:08 -0700 Subject: [PATCH] Update backend osintbuddy pypi dep node.py, dev-requirements.txt, and requirements.txt --- backend/app/app/api/api_v1/endpoints/node.py | 2 +- backend/dev-requirements.txt | 2 +- backend/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/app/api/api_v1/endpoints/node.py b/backend/app/app/api/api_v1/endpoints/node.py index 89f4890..7904e78 100755 --- a/backend/app/app/api/api_v1/endpoints/node.py +++ b/backend/app/app/api/api_v1/endpoints/node.py @@ -398,7 +398,7 @@ async def refresh_plugins( @router.post("/") -async def create_entity( +async def create_entity_on_drop( hid: Annotated[str, Depends(deps.get_graph_id)], user: Annotated[schemas.User, Depends(deps.get_user_from_session)], create_node: schemas.CreateNode, diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index aac72f1..6e03f8c 100755 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -11,7 +11,7 @@ grequests==0.6.0 httptools==0.5.0 langdetect==1.0.9 openapi-schema-pydantic==1.2.4 -# osintbuddy==0.0.4 +osintbuddy==0.0.4rc51.post1 itsdangerous==2.1.2 passlib==1.7.4 psycopg2-binary==2.9.6 diff --git a/backend/requirements.txt b/backend/requirements.txt index d2c542e..06999a9 100755 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ grequests==0.6.0 httptools==0.5.0 langdetect==1.0.9 openapi-schema-pydantic==1.2.4 -# osintbuddy==0.0.4 +osintbuddy==0.0.4rc51.post1 itsdangerous==2.1.2 passlib==1.7.4 psycopg2-binary==2.9.6