Add PySNMP as extras requirment

pull/370/head
Nicolas Hennion 2014-06-06 11:57:41 +02:00
parent ffc62591e3
commit 8222630785
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ setup(
extras_require={
'WEB': ['bottle'],
'SENSORS': ['py3sensors'],
'BATINFO': ['batinfo']
'BATINFO': ['batinfo'],
'SNMP': ['pysnmp']
},
packages=['glances'],
include_package_data=True,