mirror of
1
0
Fork 0

Bump PyYAML version to 5.1.2

This commit is contained in:
Anish Athalye 2019-11-20 10:47:10 -05:00
parent 8667b75a73
commit 2c8a0431ed
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7e026bfee9cc0bddeb1bbca0c4a0bcd826c2bfdf
Subproject commit 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78

View File

@ -73,7 +73,7 @@ setup(
],
install_requires=[
'PyYAML>=3.12,<4',
'PyYAML>=5.1.2,<6',
],
# To provide executable scripts, use entry points in preference to the