Skip to content

Commit ed0732e

Browse files
committed
Loosen PyYAML requirement
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
1 parent 06a3e94 commit ed0732e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
install_requires=[
2323
'markdown2==2.3.7',
2424
'PyGithub==1.56',
25-
'PyYAML==5.3.1',
25+
'PyYAML>=5',
2626
'retrying==1.3.3',
2727
# This package has not been released to pypi since 2019,
2828
# but the latest code contains features we need.

0 commit comments

Comments
 (0)