Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Nov 2, 2024
1 parent e21f1f0 commit 1b90081
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements_lint.txt
pip install -r src/requirements.txt
pip install -r src/builder/requirements.txt
pip install -r src/api/requirements.txt
sudo apt install shellcheck
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion src/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You need to create a Python3 virtualenv to run this app:
sudo apt install python3-virtualenv
python3 -m virtualenv /var/local/lib/risk-db/venv
source /var/local/lib/risk-db/venv/bin/activate
pip install flask waitress maxminddb
pip install -r requirements.txt
```

----
Expand Down
3 changes: 3 additions & 0 deletions src/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
flask
waitress
maxminddb

0 comments on commit 1b90081

Please sign in to comment.