Skip to content

Commit f517662

Browse files
authored
Merge pull request #186 from hatsy/pip_install_check_version_fresh
Check dependency version when installing using pip
2 parents 69e4ba2 + bfa40cc commit f517662

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)