Skip to content

Commit

Permalink
Correct Cassandra dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Sep 11, 2016
1 parent 20576f8 commit bacefcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -89,7 +89,7 @@ def run(self):
'IP': ['netifaces'],
'RAID': ['pymdstat'],
'DOCKER': ['docker-py'],
'EXPORT': ['influxdb>=1.0.0', 'elasticsearch', 'potsdb' 'statsd', 'pika', 'bernhard', 'cassandra'],
'EXPORT': ['influxdb>=1.0.0', 'elasticsearch', 'potsdb' 'statsd', 'pika', 'bernhard', 'cassandra-driver'],
'ACTION': ['pystache'],
'CPUINFO': ['py-cpuinfo'],
'FOLDERS': ['scandir']
Expand Down

0 comments on commit bacefcd

Please sign in to comment.