Skip to content

Commit

Permalink
update lib50 again
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlsharp committed Aug 16, 2019
1 parent f0bec4d commit b5896f2
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 @@ -17,7 +17,7 @@
message_extractors = {
'check50': [('**.py', 'python', None),],
},
install_requires=["attrs>=18", "bs4>=0", "pexpect>=4.6", "lib50>=1.2,<1.3", "pyyaml>=3.10", "requests>=2.19", "termcolor>=1.1", "jinja2>=2.10"],
install_requires=["attrs>=18", "bs4>=0", "pexpect>=4.6", "lib50>=2,<3", "pyyaml>=3.10", "requests>=2.19", "termcolor>=1.1", "jinja2>=2.10"],
extras_require = {
"develop": ["sphinx", "sphinx_rtd_theme"]
},
Expand Down

0 comments on commit b5896f2

Please sign in to comment.