mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Install click-log devel version
This commit is contained in:
parent
cd2fd53e48
commit
3f41f9cf41
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -130,6 +130,7 @@ install-dev:
|
||||||
set -xe && if [ "$(REQUIREMENTS)" = "devel" ]; then \
|
set -xe && if [ "$(REQUIREMENTS)" = "devel" ]; then \
|
||||||
pip install -U --force-reinstall \
|
pip install -U --force-reinstall \
|
||||||
git+https://github.com/mitsuhiko/click \
|
git+https://github.com/mitsuhiko/click \
|
||||||
|
git+https://github.com/click-contrib/click-log \
|
||||||
git+https://github.com/kennethreitz/requests; \
|
git+https://github.com/kennethreitz/requests; \
|
||||||
elif [ "$(REQUIREMENTS)" = "minimal" ]; then \
|
elif [ "$(REQUIREMENTS)" = "minimal" ]; then \
|
||||||
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue