From 3f41f9cf418459c01297d9f9e8893675ce45f43c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 16 Feb 2018 20:38:09 +0100 Subject: [PATCH] Install click-log devel version --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 48d51c9..45d6eb6 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,7 @@ install-dev: set -xe && if [ "$(REQUIREMENTS)" = "devel" ]; then \ 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; \ elif [ "$(REQUIREMENTS)" = "minimal" ]; then \ pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \