From 2962ad91f44611f051969b48c0e4a5597af4018e Mon Sep 17 00:00:00 2001
From: Jomaro Rodrigues <jomaro.rodrigues@gmail.com>
Date: Wed, 7 Mar 2018 16:54:50 -0300
Subject: [PATCH] =?UTF-8?q?pinando=20vers=C3=A3o=20mais=20antiga=20do=20pi?=
 =?UTF-8?q?penv=20por=20bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 6565f06..5170e4d 100644
--- a/makefile
+++ b/makefile
@@ -33,7 +33,7 @@ install:
 	apt-get install -y python3-pip
 	apt-get install -y libpq-dev
 	apt-get install -y postgresql postgresql-contrib
-	pip3 install --user -U pip setuptools pipenv
+	pip3 install --user -U pip setuptools pipenv==9.0.3
 	pipenv install
 
 install-dev: install
-- 
GitLab