forked from platypush/platypush
Added nmap integration (closes #99)
This commit is contained in:
parent
1e342cc8a5
commit
f5b010c15c
5 changed files with 41 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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'],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue