Fix issue with dependencies in pyproject.toml

Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
support/v0.36
Aleksei Chetaev 2023-02-16 17:31:39 +01:00 committed by Aleksey Chetaev
parent 255c6b5eec
commit a1635f46c0
1 changed files with 2 additions and 0 deletions

View File

@ -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"