diff --git a/setup.py b/setup.py index 2fb26d8..961960d 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ packages=find_packages(), install_requires=[ 'findssh~=1.5.0', + 'netifaces>=0.11.0', 'paramiko>=2.10.1', 'boto3~=1.17.78', 'tqdm~=4.60.0',