Fixed version of PyYAML

This commit is contained in:
Daniele Esposti 2018-07-06 09:00:25 +01:00
parent a49c356f63
commit 03ba7f73cb

View file

@ -27,7 +27,7 @@ setup(
# quickfix to prevent pycodestyle conflicts
'flake8!=2.5.3',
'autopep8>=1.3',
'pyyaml>=4.2b4',
'pyyaml>=3.13',
'six',
],
entry_points={