提交 82226307 编写于 作者: N Nicolas Hennion

Add PySNMP as extras requirment

上级 ffc62591
......@@ -55,7 +55,8 @@ setup(
extras_require={
'WEB': ['bottle'],
'SENSORS': ['py3sensors'],
'BATINFO': ['batinfo']
'BATINFO': ['batinfo'],
'SNMP': ['pysnmp']
},
packages=['glances'],
include_package_data=True,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册