From b5896f2f327c96c55c84efaf07e178ad7e66b9c1 Mon Sep 17 00:00:00 2001 From: Chad Sharp Date: Fri, 16 Aug 2019 12:41:55 -0400 Subject: [PATCH] update lib50 again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0e730d7..fa0d9680 100644 --- a/setup.py +++ b/setup.py @@ -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"] },