Added nmap integration (closes )

This commit is contained in:
Fabio Manganiello 2020-01-11 18:51:54 +01:00
parent 1e342cc8a5
commit f5b010c15c
5 changed files with 41 additions and 0 deletions

View file

@ -275,5 +275,7 @@ setup(
'graphite': ['graphyte'],
# Support for CPU and memory monitoring and info
'sys': ['py-cpuinfo', 'psutil'],
# Support for nmap integration
'nmap': ['python-nmap'],
},
)