Skip to content

Commit

Permalink
Limit pyparsing to major version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
moyiz committed Oct 24, 2021
1 parent 42e1396 commit 6bc729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
author=about["__author__"],
author_email=about["__email__"],
python_requires=">=3.6",
install_requires=["pyparsing>=2.0.2"], # Needed to avoid issue #91
install_requires=["pyparsing>=2.0.2<3"], # Needed to avoid issue #91
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 6bc729c

Please sign in to comment.