Cleaned up dependencies for easy_install

This commit is contained in:
Tim Kuhlman 2014-05-12 09:52:41 -06:00
parent 905b64e89f
commit ea0760508d
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
kafka-python>=0.9.0
kazoo>=1.3
mysqldb
MySQL-python
python-statsd>=1.6.3
yaml
PyYAML

View File

@ -31,6 +31,8 @@ setuptools.setup(
license="Apache",
keywords="openstack monitoring email",
url="https://github.com/hpcloud-mon/mon-notification",
# possibly preferable to have the OS precompiled mysql version, python-mysqldb package on Ubuntu
install_requires=["kafka-python>=0.9.0", "kazoo>=1.3", "MySQL-python", "python-statsd>=1.6.3", "PyYAML"],
packages=setuptools.find_packages(exclude=['tests']),
entry_points={
'console_scripts': [