Skip to content

Commit

Permalink
Pin PyYAML version to avoid vcr.py bug
Browse files Browse the repository at this point in the history
There is issue with vcr.py when using PyYAML 4.1, so we pin the
dependency until it's resolved. See issue at:
kevin1024/vcrpy#366
  • Loading branch information
radek-sprta committed Jun 28, 2018
1 parent 4028a70 commit 104f2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -7,6 +7,7 @@ name = "pypi"

[packages]

pyyaml = "3.12"
aiofiles = "*"
aiohttp = "<3.3.0"
"bs4" = "*"
Expand All @@ -19,7 +20,6 @@ maya = ">=0.3.4"
"ruamel.yaml" = "*"
tokenize-rt = "*"
"e1839a8" = {path = ".", editable = true}
pytest-vcr = "*"


[dev-packages]
Expand Down

0 comments on commit 104f2f6

Please sign in to comment.