We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b9de2 commit 2728157Copy full SHA for 2728157
bbot/modules/output/neo4j.py
@@ -15,7 +15,7 @@ class neo4j(BaseOutputModule):
15
"username": "Neo4j username",
16
"password": "Neo4j password",
17
}
18
- deps_pip = ["py2neo~=2021.2.3"]
+ deps_pip = ["git+https://github.com/blacklanternsecurity/py2neo"]
19
batch_size = 50
20
21
async def setup(self):
0 commit comments