From fdaf4d4284143f12945799f71faec965e34d35c5 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Thu, 29 Jun 2017 12:11:49 -0700 Subject: [PATCH] Downgrade the version of vcrpy dependency from 1.11.1 to 1.11.0 due to a sympton similar to this https://github.com/kevin1024/vcrpy/issues/318 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8d1a32..6a2a2b3 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ DEPENDENCIES = [ 'ConfigArgParse>=0.12.0', 'six>=1.10.0', - 'vcrpy>=1.11.1', + 'vcrpy>=1.11.0', ] with io.open('README.rst', 'r', encoding='utf-8') as f: