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 committed by GitHub
commit 1bbf074fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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