Skip to content

Commit

Permalink
Support for parsing complex name-value options
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 13, 2023
1 parent 0765ba5 commit 24fb46d
Show file tree
Hide file tree
Showing 5 changed files with 1,105 additions and 1 deletion.
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ prompt-toolkit==2.0.1
# PyYAML is pulled in by zhmccli, zhmcclient, yamlloader
PyYAML==5.3.1

pyparsing==3.1.0
jsonschema==3.0.1
yamlloader==0.5.5

Expand Down Expand Up @@ -208,7 +209,6 @@ pathlib2==2.3.3; python_version < '3.4' and sys_platform != 'win32'
# twine 3.0.0 depends on pkginfo>=1.4.2
pkginfo==1.4.2
py==1.11.0
pyparsing==3.0.7
# tox 4.0.0 started using pyproject-api and requires pyproject-api>=1.2.1
pyproject-api==1.2.1; python_version >= '3.7'
# build is using pyproject-hooks
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ prompt-toolkit>=2.0.1
PyYAML>=5.3.1,!=5.4.0,!=5.4.1; python_version <= '3.11'
PyYAML>=5.3.1,!=5.4.0,!=5.4.1,!=6.0.0; python_version >= '3.12'

pyparsing>=3.1.0

jsonschema>=3.0.1
yamlloader>=0.5.5

Expand Down
Loading

0 comments on commit 24fb46d

Please sign in to comment.