Files
openide/python/pluginResources/inspectionDescriptions/PyprojectInspection.html
Aleksei Kniazev 2180aa6230 [python] support python dependencies in pyproject.toml (PY-59844)
- completion for package names in `dependencies` and `install-requires`
- completion for build-backends
- if a package is not installed, provide a quickfix to install it / run `pip install -e .`

GitOrigin-RevId: cad88e4058a45f6db717b8da8fd7f6c456008998
2023-06-20 04:18:25 +00:00

8 lines
177 B
HTML

<html>
<body>
Reports unsatisfied dependencies, declared [project.dependencies] table in pyproject.toml.
<p>
Shows a quick-fix to install missing packages.
</p>
</body>
</html>