diff --git a/setup.py b/setup.py index 4bb44766..e087cd7d 100755 --- a/setup.py +++ b/setup.py @@ -55,7 +55,8 @@ setup( extras_require={ 'WEB': ['bottle'], 'SENSORS': ['py3sensors'], - 'BATINFO': ['batinfo'] + 'BATINFO': ['batinfo'], + 'SNMP': ['pysnmp'] }, packages=['glances'], include_package_data=True,