Skip to content

Commit

Permalink
Add package dependencies with checks and modules
Browse files Browse the repository at this point in the history
Set version to 0.1.10
  • Loading branch information
mohierf committed Jan 15, 2017
1 parent 14a9c1b commit ecde4a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@
data_files = data_files,

# Dependencies (if some) ...
install_requires=[],
install_requires=['alignak-checks-monitoring', 'alignak-checks-mysql', 'alignak-checks-nrpe',
'alignak-checks-snmp', 'alignak-checks-windows-nsca', 'alignak-checks-wmi',
'alignak-module-backend', 'alignak-module-external-commands',
'alignak-module-logs', 'alignak-module-nrpe-booster',
'alignak-module-nsca', 'alignak-module-ws',
'alignak-notifications'],

# Entry points (if some) ...
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__checks_type__ = u"demo"

# Application manifest
__version__ = u"0.1.9"
__version__ = u"0.1.10"
__author__ = u"Frédéric Mohier"
__author_email__ = u"[email protected]"
__copyright__ = u"(c) 2015-2017 - %s" % __author__
Expand Down

0 comments on commit ecde4a7

Please sign in to comment.