mirror of https://github.com/astral-sh/uv
## Summary In https://github.com/astral-sh/uv/issues/11998, a user is attempting to vendor `pydantic-core`. But when they add `pydantic-core = { path = "src/foo/vendor/pydantic-core" } `, we're installing it as a virtual package, since `pydantic-core/pyproject.toml` contains `package = false`. This PR allows users to mark dependencies as "explicitly a package" or "explicitly not a package" (i.e., virtual), as a workaround. Closes https://github.com/astral-sh/uv/issues/11998. |
||
|---|---|---|
| .. | ||
| .overrides | ||
| assets | ||
| concepts | ||
| configuration | ||
| getting-started | ||
| guides | ||
| js | ||
| pip | ||
| reference | ||
| stylesheets | ||
| .gitignore | ||
| index.md | ||
| requirements-insiders.in | ||
| requirements-insiders.txt | ||
| requirements.in | ||
| requirements.txt | ||