diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-01-24 06:55:23 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-01-24 07:05:30 -0600 |
| commit | 6a415a02cf0fafc34be212befb95136bc037f565 (patch) | |
| tree | ba054781990d869bc3081304a182162426096d65 /Makefile | |
| parent | e3f89bf23c53b98593e4248054661472aacac820 (diff) | |
| download | python-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
