mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Don't install shippai devel version
This commit is contained in:
parent
4f3fd09f87
commit
ec79d8b18e
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -131,8 +131,7 @@ install-dev:
|
|||
pip install -U --force-reinstall \
|
||||
git+https://github.com/mitsuhiko/click \
|
||||
git+https://github.com/click-contrib/click-log \
|
||||
git+https://github.com/kennethreitz/requests \
|
||||
"git+https://github.com/untitaker/shippai#subdirectory=python"; \
|
||||
git+https://github.com/kennethreitz/requests; \
|
||||
elif [ "$(REQUIREMENTS)" = "minimal" ]; then \
|
||||
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue