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'] },