Skip to content

Commit b9e47eb

Browse files
authored
Fix the PyYAML version in setup.py (#129)
1 parent 1c11ea6 commit b9e47eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cookiecutter==2.1.1
22
click==7.0
33
fire==0.2.1
4-
PyYAML==6.0.1
4+
PyYAML>=6.0.1
55
Pygments==2.7.4
66
requests==2.28.1
77
colorama==0.4.6

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read(fname):
3636
"cookiecutter==2.1.1",
3737
"click==7.0",
3838
"fire==0.2.1",
39-
"pyyaml==5.4",
39+
"pyyaml>=6.0.1",
4040
"Pygments==2.7.4",
4141
"requests==2.28.1",
4242
"colorama==0.4.6",

0 commit comments

Comments
 (0)