Pipenv
The Pipenv package manager for Python.
Configuration
Example
{
"Pipenv": {
"options": {
"analyzeSetupPyInsecurely": true,
"operatingSystem": "linux",
"pythonVersion": null
}
}
}
Options
analyzeSetupPyInsecurely
If "true", python-inspector
resolves dependencies from setup.py files by executing them. This is a potential
security risk.
operatingSystem
The name of the operating system to resolve dependencies for. One of "linux", "macos", or "windows".
pythonVersion
The Python version to resolve dependencies for. If not set, the version is detected from the environment and if that fails, the default version 3.11 is used.