File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -61,3 +61,16 @@ Generate a full pylint report:
6161
6262 pylint --rcfile=pylint.conf intercom
6363
64+
65+ Dependencies
66+ ------------
67+
68+ * `nose <http://readthedocs.org/docs/nose/en/latest/ >`_ – makes unit testing easier.
69+ * `coverage <http://nedbatchelder.com/code/coverage/ >`_ – code coverage.
70+ * `mock <http://www.voidspace.org.uk/python/mock/ >`_ – patching methods for unit testing.
71+ * `pylint <http://www.logilab.org/857 >`_ – source code analyzer.
72+ * `Sphinx <http://sphinx.pocoo.org/ >`_ – documentation decorator.
73+ * `Pygments <http://pygments.org/ >`_ – Python syntax highlighting for documentation.
74+ * `docutils <http://docutils.sourceforge.net/ >`_ – reStructuredText support.
75+ * `Jinja <http://jinja.pocoo.org/docs/ >`_ – templating language.
76+
You can’t perform that action at this time.
0 commit comments