Removed PyYAML version

This commit is contained in:
Daniele Esposti 2018-07-06 19:39:11 +01:00
parent 59527129e4
commit c02c3a237f

View file

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