Skip to content

Commit

Permalink
Merge pull request #86 from ryban/pyparsing
Browse files Browse the repository at this point in the history
Don't lock pyparsing to a specific version
  • Loading branch information
darthbear committed May 23, 2016
2 parents 66ff920 + 8bbeb0f commit 14584fe
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 @@ -4,7 +4,7 @@
from setuptools import setup
from setuptools.command.test import test as TestCommand

required_packages = ['pyparsing==2.1.1']
required_packages = ['pyparsing>=2.0.3']
if sys.version_info[:2] == (2, 6):
required_packages.append('argparse')
required_packages.append('ordereddict')
Expand Down

0 comments on commit 14584fe

Please sign in to comment.