pydeps
This commit is contained in:
parent
72133580d0
commit
44ceef10de
1 changed files with 3 additions and 1 deletions
|
@ -76,10 +76,12 @@ def install_python_packages() -> None:
|
||||||
"pydoclint",
|
"pydoclint",
|
||||||
"pylint",
|
"pylint",
|
||||||
"pytest",
|
"pytest",
|
||||||
|
"PyYAML",
|
||||||
"ruff",
|
"ruff",
|
||||||
"sphinx",
|
"Sphinx",
|
||||||
"sphinx-rtd-theme",
|
"sphinx-rtd-theme",
|
||||||
"twine",
|
"twine",
|
||||||
|
"types-PyYAML",
|
||||||
]
|
]
|
||||||
for package in packages:
|
for package in packages:
|
||||||
log.info(package)
|
log.info(package)
|
||||||
|
|
Loading…
Reference in a new issue