Update backend osintbuddy pypi dep
node.py, dev-requirements.txt, and requirements.txt
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user