Skip to content

Commit bfa40cc

Browse files
committed
Replace install_deps.py with pip install -r
1 parent 69e4ba2 commit bfa40cc

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ webpack = ./node_modules/.bin/webpack
88

99

1010
dependencies:
11-
@./tools/silent_monitor.py ./tools/install_deps.py requirements.txt
11+
@./tools/silent_monitor.py pip install -r requirements.txt
1212
@./tools/silent_monitor.py ./tools/check_js_deps.sh
1313

1414
db_init:

tools/install_deps.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)