Skip to content

Commit 2728157

Browse files
fix py2neo situation
1 parent 37b9de2 commit 2728157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbot/modules/output/neo4j.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class neo4j(BaseOutputModule):
1515
"username": "Neo4j username",
1616
"password": "Neo4j password",
1717
}
18-
deps_pip = ["py2neo~=2021.2.3"]
18+
deps_pip = ["git+https://github.com/blacklanternsecurity/py2neo"]
1919
batch_size = 50
2020

2121
async def setup(self):

0 commit comments

Comments
 (0)