From 39f79e2557a050ecc18410098763d03bf8ee6a7e Mon Sep 17 00:00:00 2001 From: Kevin Fong <22036173+KevinMFong@users.noreply.github.com> Date: Fri, 5 Nov 2021 15:29:00 -0700 Subject: [PATCH] Update pyparsing requires lock to be more strict --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f12b20a..fa4d628c 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def run_tests(self): packages=[ 'pyhocon', ], - install_requires=['pyparsing>=2.0.3'], + install_requires=['pyparsing~=2.0'], extras_require={ 'Duration': ['python-dateutil>=2.8.0'] },