Debricked currently supports tracking Python dependencies via:
-
Pip, using the older requirements.txt files
-
Pipenv, using the newer Pipfile.lock files
If at least one of the supported files is committed to your repository, it will be automatically scanned for dependencies when you have done any of our integrations to your CI/CD pipeline.
Supported file formats and features:
Language | Package Manager | Supported File Formats | Root dependencies | Indirect dependencies | Dependency trees | Security Scanning | License Scanning | Root Fix |
Python | pip | requirements.txt | ✓ | ✓ | ✓ | ✓ | ||
Pipenv | Pipfile | ✓ | ✓ | ✓ | ✓ | |||
Pipfile.lock | ✓ | ✓ | ✓ | ✓ |
Have a look at the overview of all supported languages.