From 71888e08ca9e8270123d64ca921823ca61fafbc0 Mon Sep 17 00:00:00 2001 From: Dave Pettypiece Date: Fri, 4 Nov 2016 10:33:14 -0400 Subject: [PATCH] updated dependencies to use v20-3.0.7 --- Makefile | 1 - requirements/base.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86ebbcf..9ecc6be 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ bootstrap: bootstrap-python3 bootstrap-python3: virtualenv -p python3 env env/bin/pip install -r requirements/base.txt - env/bin/python install -r requirements/base.txt bootstrap-python2: virtualenv env-python2 diff --git a/requirements/base.txt b/requirements/base.txt index 54c1a51..9111603 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,3 +1,3 @@ pyyaml==3.11 tabulate==0.7.5 -v20==3.0.6.0 +v20==3.0.7.1