Cleaned up dependencies for easy_install
This commit is contained in:
parent
905b64e89f
commit
ea0760508d
@ -1,5 +1,5 @@
|
|||||||
kafka-python>=0.9.0
|
kafka-python>=0.9.0
|
||||||
kazoo>=1.3
|
kazoo>=1.3
|
||||||
mysqldb
|
MySQL-python
|
||||||
python-statsd>=1.6.3
|
python-statsd>=1.6.3
|
||||||
yaml
|
PyYAML
|
||||||
|
2
setup.py
2
setup.py
@ -31,6 +31,8 @@ setuptools.setup(
|
|||||||
license="Apache",
|
license="Apache",
|
||||||
keywords="openstack monitoring email",
|
keywords="openstack monitoring email",
|
||||||
url="https://github.com/hpcloud-mon/mon-notification",
|
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']),
|
packages=setuptools.find_packages(exclude=['tests']),
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
Reference in New Issue
Block a user