2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Remove disused dependency list

This commit is contained in:
Jarrod Johnson 2024-06-06 11:23:28 -04:00
parent 451e3ba224
commit 5d416cb1b1
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
confluent_client>=0.1
pycrypto>=2.6
pyparsing

View File

@ -23,9 +23,6 @@ setup(
'confluent/plugins/shell/',
'confluent/collective/',
'confluent/plugins/configuration/'],
install_requires=['paramiko', 'pycrypto>=2.6', 'confluent_client>=0.1.0', 'eventlet',
'dnspython', 'netifaces', 'pysnmp', 'pyparsing',
'pyghmi>=1.0.44'],
scripts=['bin/confluent', 'bin/confluent_selfcheck', 'bin/confluentdbutil', 'bin/collective', 'bin/osdeploy'],
data_files=[('/etc/init.d', ['sysvinit/confluent']),
('/usr/lib/sysctl.d', ['sysctl/confluent.conf']),