zorkian / nagios-api

A REST-like, JSON interface to Nagios
BSD 3-Clause "New" or "Revised" License
586 stars 173 forks source link

Install dependancies for nagios-api when installed via pip #81

Closed hatchetation closed 7 years ago

hatchetation commented 7 years ago

Currently, installing nagios-api via pip from PyPI doesn't result in a working installation because setup.py doesn't specify the required dependencies.

By using the setuptools install_requires keyword, the dependencies will be installed automatically.

This should partially address issue #51.

zorkian commented 7 years ago

Thanks for the update! I'm not exactly a Python/PyPI guy so I really appreciate the help here.