This commit is contained in:
Zsolt Ero
2023-12-20 02:40:18 +01:00
parent 49f3a513cd
commit 646bd0c3bb
3 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ ignore = [
'E711',
'E712',
'E741',
'F401',
'F841',
'PT004',
'SIM102',

View File

@@ -5,7 +5,7 @@ import click
from dotenv import dotenv_values
from fabric import Config, Connection
from ssh_lib.benchmark import benchmark, c1000k, k6
from ssh_lib.benchmark import benchmark, c1000k
from ssh_lib.config import config, scripts
from ssh_lib.kernel import set_cpu_governor, setup_kernel_settings
from ssh_lib.nginx import certbot, nginx

View File

@@ -49,6 +49,7 @@ def pkg_base(c):
#
'nload',
'iftop',
'vnstat',
#
'python3',
'python3-venv',