Skip to content

Commit 03ba7f7

Browse files
committed
Fixed version of PyYAML
1 parent a49c356 commit 03ba7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# quickfix to prevent pycodestyle conflicts
2828
'flake8!=2.5.3',
2929
'autopep8>=1.3',
30-
'pyyaml>=4.2b4',
30+
'pyyaml>=3.13',
3131
'six',
3232
],
3333
entry_points={

0 commit comments

Comments
 (0)