refactor: check_install_dependencies expects a set now

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-08-11 12:54:27 +02:00
parent ea4409ee54
commit 13611ccd52
10 changed files with 20 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ def install_client(client: BaseWebClient) -> None:
)
valid_port = is_valid_port(port, ports_in_use)
check_install_dependencies(["nginx"])
check_install_dependencies({"nginx"})
try:
download_client(client)