Change pyYAML required version

Full Loader only avalaible from v5.1:
This commit is contained in:
etienne 2019-09-24 17:13:05 +02:00
parent b1680fd90b
commit 9bc0340280

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",