diff --git a/pyproject.toml b/pyproject.toml index 64872603..349b724a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,8 @@ dataclasses = { version = "^0.8", python = ">=3.6,<3.7" } asyncio-mqtt = "^0.8.1" backoff = "^1.10.0" confp = "^0.4.0" +# Fix for poetry/docutils related bug +docutils = "0.18.1" [tool.poetry.dev-dependencies] mock = { version = "^4.0.3", python = ">=3.6,<3.8" }