summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2017-01-24 06:55:23 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2017-01-24 07:05:30 -0600
commit6a415a02cf0fafc34be212befb95136bc037f565 (patch)
treeba054781990d869bc3081304a182162426096d65 /Makefile
parente3f89bf23c53b98593e4248054661472aacac820 (diff)
downloadpython-requests-6a415a02cf0fafc34be212befb95136bc037f565.tar.gz
Blacklist known bad version of pipenv
We pinned pipenv to release v2.13.0 but in reality, we could have just blacklisted the known bad version. For future us, we now blacklist it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcc6b74a..707839fe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: docs
init:
- pip install 'pipenv===0.2.0'
+ pip install 'pipenv>=0.1.6,!=0.2.6,!=0.2.7,!=0.2.8'
pipenv install --dev
test: