From c3740dd59d571635573197de8980059babeb500c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 21 Feb 2017 17:14:39 +0100 Subject: [PATCH] Added development dependencies to THIRDPARTYLICENSES --- THIRDPARTYLICENSES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/THIRDPARTYLICENSES.md b/THIRDPARTYLICENSES.md index 6ec79413..30cc98a8 100644 --- a/THIRDPARTYLICENSES.md +++ b/THIRDPARTYLICENSES.md @@ -60,3 +60,13 @@ * [Tornado](http://www.tornadoweb.org/): Apache License 2.0 * [watchdog](http://github.com/gorakhargosh/watchdog): Apache License 2.0 * [websocket-client](https://github.com/liris/websocket-client): LGPLv3 + +## Development (testing, documentation generation, etc) + + * [ddt](https://github.com/txels/ddt): MIT + * [mock](https://github.com/testing-cabal/mock): BSD + * [nose](http://pythonhosted.org/nose/): LGPL + * [pypandoc](https://github.com/bebraw/pypandoc): MIT + * [Sphinx](http://sphinx-doc.org/): BSD + * [sphinxcontrib-httpdomain](https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/httpdomain/): BSD + * [sphinx_rtd_theme](https://github.com/snide/sphinx_rtd_theme/): BSD