Add dep in the setup.py file

pull/404/head
Nicolargo 2014-08-03 14:42:14 +02:00
parent 75d340cb72
commit 9371ec5205
1 changed files with 2 additions and 1 deletions

View File

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