From a1635f46c09973132c40e499b302b0ee29f96ae0 Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Thu, 16 Feb 2023 17:31:39 +0100 Subject: [PATCH] Fix issue with dependencies in pyproject.toml Signed-off-by: Aleksei Chetaev --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e9d69ab..7ffd8d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,8 @@ dependencies = [ "paramiko>=2.10.3", "pexpect>=4.8.0", "requests>=2.28.0", + "docstring_parser>=0.15", + "testrail-api>=1.12.0", ] requires-python = ">=3.10"