summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2023-04-14 10:31:02 +0200
committerGitHub <noreply@github.com>2023-04-14 10:31:02 +0200
commit195307ce12610871bffaf5c745cdc03eeedd9c71 (patch)
treedc6663ca5b85c869f4087ec38080ada9af8dcd5c
parent50d5ffe9f213a53588cec88c9919c816b3fa7736 (diff)
parenteee02decb9b84927b8c299bcc962523e7458fb21 (diff)
downloadconfigshell-fb-195307ce12610871bffaf5c745cdc03eeedd9c71.tar.gz
Merge pull request #69 from arkamar/pyparsing-versionHEADmaster
setup.py: relax pyparsing version restriction
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 502f195..ab7bd33 100755
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
url = 'http://github.com/open-iscsi/configshell-fb',
packages = ['configshell', 'configshell_fb'],
install_requires = [
- 'pyparsing >=2.0.2,<3.0',
+ 'pyparsing >=2.0.2',
'six',
'urwid',
],