Skip to content

Commit

Permalink
Merge pull request #773 from blacklanternsecurity/py2neo-emergency-fix
Browse files Browse the repository at this point in the history
fix py2neo situation
  • Loading branch information
TheTechromancer authored Oct 11, 2023
2 parents 37b9de2 + 2728157 commit ee6b935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/output/neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class neo4j(BaseOutputModule):
"username": "Neo4j username",
"password": "Neo4j password",
}
deps_pip = ["py2neo~=2021.2.3"]
deps_pip = ["git+https://github.com/blacklanternsecurity/py2neo"]
batch_size = 50

async def setup(self):
Expand Down

0 comments on commit ee6b935

Please sign in to comment.