forked from TrueCloudLab/frostfs-testlib
Fix issue with dependencies in pyproject.toml
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
255c6b5eec
commit
a1635f46c0
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ dependencies = [
|
||||||
"paramiko>=2.10.3",
|
"paramiko>=2.10.3",
|
||||||
"pexpect>=4.8.0",
|
"pexpect>=4.8.0",
|
||||||
"requests>=2.28.0",
|
"requests>=2.28.0",
|
||||||
|
"docstring_parser>=0.15",
|
||||||
|
"testrail-api>=1.12.0",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue