diff --git a/Makefile b/Makefile index 0fb26321..bcc6b74a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: docs init: - pip install 'pipenv>=0.1.6' + pip install 'pipenv===0.2.0' pipenv install --dev test: