diff --git a/setup.py b/setup.py index 2331371..fe42b0e 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_version(): ], platforms=['any'], install_requires=[ - 'pyparsing>=2.0.0', + 'pyparsing >=2.0.0, !=3.0.5, !=3.0.6', ], classifiers=[ 'Development Status :: 3 - Alpha',