From 699fb347dab5c47b15b948f586035e95c0698e6a Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 22 Oct 2020 00:06:37 -0400 Subject: [PATCH] Add links to other poetry tox plugins --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ac833..7789cca 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ dependencies to be installed using [Poetry](https://python-poetry.org/) from its Related resources: * [Poetry Python Project Manager](https://python-poetry.org/) * [Tox Automation Project](https://tox.readthedocs.io/en/latest/) -* [Tox plugins](https://tox.readthedocs.io/en/latest/plugins.html) +* [Poetry Dev-Dependencies Tox Plugin](https://github.com/sinoroc/tox-poetry-dev-dependencies) +* [Poetry Tox Plugin](https://github.com/tkukushkin/tox-poetry) +* [Other Tox plugins](https://tox.readthedocs.io/en/latest/plugins.html) ## Installation