Skip to content

Commit

Permalink
build: typer 0.12.3 has dropped "all" extra (#337)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Pomponio <[email protected]>
  • Loading branch information
AlessandroPomponio authored and GitHub Enterprise committed May 30, 2024
1 parent f7c4256 commit 1858e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
'networkx', 'matplotlib', 'requests', 'six', 'kubernetes', 'psutil', 'boto3',
'pyrsistent', 'js2py', 'pymongo>=4.0', 'papermill', 'pandas', 'future', 'pydantic>=2.0.0',
'pydantic-settings',
'keyring', 'typer[all]', 'jsonschema'], #, 'pygraphviz'],
'keyring', 'typer>=0.12.3', 'jsonschema'], #, 'pygraphviz'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down

0 comments on commit 1858e07

Please sign in to comment.