diff options
author | Maurizio Lombardi <mlombard@redhat.com> | 2023-04-14 10:31:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 10:31:02 +0200 |
commit | 195307ce12610871bffaf5c745cdc03eeedd9c71 (patch) | |
tree | dc6663ca5b85c869f4087ec38080ada9af8dcd5c /setup.py | |
parent | 50d5ffe9f213a53588cec88c9919c816b3fa7736 (diff) | |
parent | eee02decb9b84927b8c299bcc962523e7458fb21 (diff) | |
download | configshell-fb-master.tar.gz |
setup.py: relax pyparsing version restriction
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ], |