diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 4980028f..5c491fbe 100644 --- a/setup.py +++ b/setup.py @@ -242,7 +242,7 @@ def buil_all(): "VERSION" ] }, - install_requires=['future', 'pyparsing'], + install_requires=['future', 'pyparsing~=2.0'], cmdclass={"install_data": smart_install_data}, ext_modules = ext_modules, # Metadata |