Skip to content

Commit

Permalink
Merge pull request #31 from Cablethief/patch-1
Browse files Browse the repository at this point in the history
Fix neobolt dependency
  • Loading branch information
beatro0t authored Jun 15, 2020
2 parents 07572a8 + 928fb2a commit 8e377f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function install(){

APT_DEPS=("nodejs" "npm" "python3-pip" "procps" "git")
PY_DEPS=("argparse" "awscli-local" "boto3" "neo4j"
"configparser" "git-python")
"neobolt" "configparser" "git-python")

# Ensure dependencies are met
for dep in ${DEPS[*]}; do
Expand Down

0 comments on commit 8e377f1

Please sign in to comment.