Merge "add dependency for 3rd-party plugins"

This commit is contained in:
Jenkins
2016-06-30 07:18:13 +00:00
committed by Gerrit Code Review

View File

@@ -71,8 +71,15 @@ structure that looks like this::
│   └── test_thirdparty.py │   └── test_thirdparty.py
└── tox.ini └── tox.ini
**Note:** You should add `python-watcher`_ as a dependency in the
requirements.txt file::
# Watcher-specific requirements
python-watcher
.. _cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter: https://github.com/audreyr/cookiecutter
.. _OpenStack cookiecutter: https://github.com/openstack-dev/cookiecutter .. _OpenStack cookiecutter: https://github.com/openstack-dev/cookiecutter
.. _python-watcher: https://pypi.python.org/pypi/python-watcher
Implementing a plugin for Watcher Implementing a plugin for Watcher
================================= =================================