mirror of
https://github.com/vllm-project/vllm.git
synced 2026-08-24 22:50:15 +00:00
Signed-off-by: Netanel Haber <[email protected]>
This commit is contained in:
@@ -30,8 +30,8 @@ def main(argv):
|
||||
args = parser.parse_args(argv)
|
||||
|
||||
for file in (
|
||||
*glob.glob("requirements/*.txt"),
|
||||
*glob.glob("requirements/*.in"),
|
||||
*glob.glob("requirements/**/*.txt", recursive=True),
|
||||
*glob.glob("requirements/**/*.in", recursive=True),
|
||||
"pyproject.toml",
|
||||
):
|
||||
with open(file) as f:
|
||||
|
||||
Reference in New Issue
Block a user