Python package extras explained

An extra is an optional dependency set. You opt in with square brackets, for example pip install "uvicorn[standard]". That stack has its own transitive deps, CVEs, and licenses. On PyDeps you toggle the extra and watch the tree grow before you pin it. Dependency Groups and CI wheel tests are separate toggles. They are not installed by default with the package.

Try on PyDeps

All guides