From 104f2f616048a2cf82ec6b343f2012fbf33da8ff Mon Sep 17 00:00:00 2001 From: Radek SPRTA Date: Thu, 28 Jun 2018 13:21:40 +0200 Subject: [PATCH] Pin PyYAML version to avoid vcr.py bug There is issue with vcr.py when using PyYAML 4.1, so we pin the dependency until it's resolved. See issue at: https://github.com/kevin1024/vcrpy/issues/366 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 158d65c..a1fc9ec 100644 --- a/Pipfile +++ b/Pipfile @@ -7,6 +7,7 @@ name = "pypi" [packages] +pyyaml = "3.12" aiofiles = "*" aiohttp = "<3.3.0" "bs4" = "*" @@ -19,7 +20,6 @@ maya = ">=0.3.4" "ruamel.yaml" = "*" tokenize-rt = "*" "e1839a8" = {path = ".", editable = true} -pytest-vcr = "*" [dev-packages]