From 808e4c62dc54ec7a10197038d56fb70f738b19cf Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Fri, 27 Jan 2017 13:42:22 -0700 Subject: [PATCH] pin pipenv until kennethreitz/pipenv#90 is resolved --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3822803..8c1e25b8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: docs init: - pip install pipenv + pip install pipenv==3.1.9 pipenv lock pipenv install --dev