Use uv at runtime too (#125110)

This commit is contained in:
Robert Resch
2024-09-11 09:43:26 +02:00
committed by GitHub
parent b3377fe5fb
commit 7555f209b6
11 changed files with 56 additions and 38 deletions

View File

@@ -172,8 +172,9 @@ def _generate_files(config: Config) -> list[File]:
+ 10
) * 1000
package_versions = _get_package_versions(
Path("requirements_test.txt"), {"pipdeptree", "tqdm", "uv"}
package_versions = _get_package_versions(Path("requirements.txt"), {"uv"})
package_versions |= _get_package_versions(
Path("requirements_test.txt"), {"pipdeptree", "tqdm"}
)
package_versions |= _get_package_versions(
Path("requirements_test_pre_commit.txt"), {"ruff"}