Skip to content

Commit

Permalink
install pyyaml version above 6
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Aug 1, 2023
1 parent 7ab1604 commit 6627721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
message_extractors = {
'check50': [('**.py', 'python', None),],
},
install_requires=["attrs>=18", "beautifulsoup4>=0", "pexpect>=4.6", "lib50>=3,<4", "pyyaml<7", "requests>=2.19", "termcolor>=1.1", "jinja2>=2.10"],
install_requires=["attrs>=18", "beautifulsoup4>=0", "pexpect>=4.6", "lib50>=3,<4", "pyyaml>6,<7", "requests>=2.19", "termcolor>=1.1", "jinja2>=2.10"],
extras_require = {
"develop": ["sphinx", "sphinx-autobuild", "sphinx_rtd_theme"]
},
Expand Down

0 comments on commit 6627721

Please sign in to comment.