Skip to content

Commit

Permalink
Update pyparsing requires lock to be more strict (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMFong committed Nov 28, 2021
1 parent 0918300 commit 2efdb40
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 @@ -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']
},
Expand Down

0 comments on commit 2efdb40

Please sign in to comment.