Commit ae1a5a2f authored by Stefane Fermigier's avatar Stefane Fermigier

Refactor requirements files.

parent cd504197
...@@ -23,7 +23,7 @@ develop: ...@@ -23,7 +23,7 @@ develop:
@echo "--> Installing / updating python dependencies for development" @echo "--> Installing / updating python dependencies for development"
pip install -q pip-tools pip install -q pip-tools
pip-sync requirements.txt pip-sync requirements.txt
pip install -q -r requirements.txt pip install -q -r requirements.txt -r dev-requirements.txt
pip install -e . pip install -e .
@echo "" @echo ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment