diff --git a/requirements.txt b/requirements.txt index 15e409c..6ba1b65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyparsing>=2.1.0,<3 +pyparsing>=2.1.0,<4 olefile>=0.46 easygui colorclass diff --git a/setup.py b/setup.py index 8cf7eda..2cefe68 100644 --- a/setup.py +++ b/setup.py @@ -320,7 +320,7 @@ def main(): test_suite="tests", # scripts=scripts, install_requires=[ - "pyparsing>=2.1.0,<3", # changed from 2.2.0 to 2.1.0 for issue #481 + "pyparsing>=2.1.0,<4", # changed from 2.2.0 to 2.1.0 for issue #481 "olefile>=0.46", "easygui", 'colorclass',