Skip to content

Commit

Permalink
Fix the PyYAML version in setup.py (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat authored Jul 29, 2023
1 parent 1c11ea6 commit b9e47eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cookiecutter==2.1.1
click==7.0
fire==0.2.1
PyYAML==6.0.1
PyYAML>=6.0.1
Pygments==2.7.4
requests==2.28.1
colorama==0.4.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(fname):
"cookiecutter==2.1.1",
"click==7.0",
"fire==0.2.1",
"pyyaml==5.4",
"pyyaml>=6.0.1",
"Pygments==2.7.4",
"requests==2.28.1",
"colorama==0.4.6",
Expand Down

0 comments on commit b9e47eb

Please sign in to comment.