Skip to content

Commit

Permalink
Missing neobolt Dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cablethief authored Jun 15, 2020
1 parent 07572a8 commit 928fb2a
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 928fb2a

Please sign in to comment.