Update backend osintbuddy pypi dep

node.py, dev-requirements.txt, and requirements.txt
This commit is contained in:
jerlendds
2023-12-19 19:40:08 -07:00
parent f4212f22c7
commit c1ec76f876
3 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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

View File

@@ -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