Skip to content

Commit

Permalink
Merge pull request #445 from m-1-k-3/dependencies
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
BenediktMKuehne committed Jan 4, 2023
2 parents 5044aa9 + e082131 commit ec763d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/IF20_cve_search.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ IF20_cve_search() {
pip3 install nltk==3.7
pip3 install nested-lookup==0.2.23
pip3 install dnspython==2.2.1
pip3 install Werkzeug
pip3 install python-dateutil

REDIS_PW="$(tr -dc A-Za-z0-9 </dev/urandom | head -c 13 || true)"

Expand Down

0 comments on commit ec763d5

Please sign in to comment.