diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2024-01-12 14:47:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 14:47:35 +0100 |
| commit | ec29f74614b2906af63cf57ec2bc64652d342025 (patch) | |
| tree | 2504bbf4541b4850dffc56995e3aaba3bc153cdc /setup.py | |
| parent | 3a2fb2472c0e8e01f84ed29be29a929775ed07ab (diff) | |
| parent | 64df992e382d32b51e6ea2d455510250db77e70b (diff) | |
| download | focaccia-miasm-ec29f74614b2906af63cf57ec2bc64652d342025.tar.gz focaccia-miasm-ec29f74614b2906af63cf57ec2bc64652d342025.zip | |
Merge pull request #1467 from WilliamBruneau/pyparsing_bump
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 |