diff --git a/setup.py b/setup.py index e0a420a88f72859f2fdf97c69711bd0afeb46340..ecbc298e53311443b5ff7d7894a9d861dbacf747 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,8 @@ setup( 'requests', 'uvicorn', 'ncclient', - 'xmltodict' + 'xmltodict', + 'netaddr' ], license='MIT', license_files=('LICENSE.txt',),