Skip to content

Commit

Permalink
chore(PyYAML): require version 5.1 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Apr 4, 2019
1 parent 72a6eca commit 12fe4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-dateutil==2.7.5
pytoml==0.1.20
PyYAML==3.13
PyYAML==5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_requires=[
'python-dateutil >= 2.5.0',
'pytoml >= 0.1.11',
'PyYAML >= 3.12',
'PyYAML >= 5.1',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 12fe4aa

Please sign in to comment.