Skip to content

Commit

Permalink
Install requirements from requirements.txt, not hardcoded list
Browse files Browse the repository at this point in the history
  • Loading branch information
jvperrin committed Sep 7, 2019
1 parent 9f35e2e commit 5671cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
venv:
virtualenv -p python3 venv
venv/bin/pip install paramiko
venv/bin/pip install -r backend/requirements.txt

.PHONY: clean
clean:
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
paramiko
paramiko

0 comments on commit 5671cda

Please sign in to comment.