Merge pull request #660 from etnnth/yaml-version

Change pyYAML required version
This commit is contained in:
Jonathan Wren 2019-09-25 17:13:01 -07:00
commit 59df56d887

View file

@ -85,7 +85,7 @@ setup(
"six>=1.10.0", "six>=1.10.0",
"cryptography>=1.4", "cryptography>=1.4",
"tzlocal>=1.2", "tzlocal>=1.2",
"pyyaml>=3.11", "pyyaml>=5.1",
"keyring>=7.3", "keyring>=7.3",
"passlib>=1.6.2", "passlib>=1.6.2",
"pyxdg>=0.25", "pyxdg>=0.25",