Set pyparsing >= 3.0.7
requirement (#5149)
This commit is contained in:
parent
5aace90385
commit
12843c4eae
2
setup.py
2
setup.py
@ -55,7 +55,7 @@ _dep_idna = "idna<4,>=2.5"
|
|||||||
_dep_cfn_lint = "cfn-lint>=0.4.0"
|
_dep_cfn_lint = "cfn-lint>=0.4.0"
|
||||||
_dep_sshpubkeys = "sshpubkeys>=3.1.0"
|
_dep_sshpubkeys = "sshpubkeys>=3.1.0"
|
||||||
_dep_openapi = "openapi-spec-validator>=0.2.8"
|
_dep_openapi = "openapi-spec-validator>=0.2.8"
|
||||||
_dep_pyparsing = "pyparsing>=3.0.0"
|
_dep_pyparsing = "pyparsing>=3.0.7"
|
||||||
_setuptools = "setuptools"
|
_setuptools = "setuptools"
|
||||||
|
|
||||||
all_extra_deps = [
|
all_extra_deps = [
|
||||||
|
Loading…
Reference in New Issue
Block a user