Skip to content

No Provides-Extra: all in 0.12.0 METADATA #785

Answered by tiangolo
pjonsson asked this question in Questions
Discussion options

You must be logged in to vote

Hey there! You no longer need to install typer[all], now just typer includes everything.

You can read more about it in the release notes: https://typer.tiangolo.com/release-notes/#0121

Copied from there:


In version 0.12.0, the typer package depends on typer-slim[standard] which includes the default dependencies (instead of typer[all]) and typer-cli (that provides the typer command).

If you don't want the extra optional dependencies (rich and shellingham), you can install typer-slim instead.

You can also install typer-slim[standard], which includes the default optional dependencies, but not the typer command.

In version 0.12.0 the typer-cli package only provides the typer command, but the…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pjonsson
Comment options

@tiangolo
Comment options

@gotmax23
Comment options

Answer selected by tiangolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem
3 participants