diff options
| author | William Bruneau <william.bruneau@epfedu.fr> | 2024-01-04 10:36:39 +0100 |
|---|---|---|
| committer | William Bruneau <william.bruneau@epfedu.fr> | 2024-01-04 10:36:39 +0100 |
| commit | 64df992e382d32b51e6ea2d455510250db77e70b (patch) | |
| tree | f2e417030c64cc462b7da3ab09eaf602b45e496f /setup.py | |
| parent | e9dee4eb5e8b8dc0b81e22598b754c8df29f1674 (diff) | |
| download | focaccia-miasm-64df992e382d32b51e6ea2d455510250db77e70b.tar.gz focaccia-miasm-64df992e382d32b51e6ea2d455510250db77e70b.zip | |
Unlock pyparsing version
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 a33f608f..e1e54434 100644 --- a/setup.py +++ b/setup.py @@ -325,7 +325,7 @@ def build_all(): "VERSION" ] }, - install_requires=["future", "pyparsing~=2.0"], + install_requires=["future", "pyparsing>=2.4.1"], cmdclass={"install_data": smart_install_data}, ext_modules = ext_modules, # Metadata |