/
githubmirror
/
trivy
Обзор
Документация
Войти
/
githubmirror
/
trivy
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/dependency/parser/python/pyproject/testdata/happy_v2.toml
27 строк
578 B
Sueun Cho
fix(python): normalize dependency names in PEP 621 pyproject.toml (#11050)
06 авг 2026, 13:45
Не верифицирован
06 авг 2026, 13:45
0012281
Код
Авторство
О чём код?
[project] name = "example" version = "0.1.0" description = "" authors = [ {name = "Your Name",email = "you@example.com"} ] readme = "README.md" requires-python = ">=3.12" dependencies = [ "Flask(>=1.0,<2.0)", "check-wheel-contents==0.6.1", "pluggy[pre-commit,tox] (==0.13.1)", "typing_extensions>=4", "ruamel.yaml (>=0.18)", ] [tool.poetry.dependencies] python = "^3.12" annotated-types = "==0.7.0" [tool.poetry.group.dev.dependencies] pytest = "8.3.4" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"