refactor: upgrade httprunner dependencies

This commit is contained in:
lilong.129
2023-07-21 20:18:54 +08:00
parent 29d31f27bf
commit 430bc3ec0e
5 changed files with 1190 additions and 1131 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "httprunner"
version = "v4.3.0"
version = "v4.3.5"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"
@@ -31,7 +31,6 @@ include = ["docs/CHANGELOG.md"]
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.22.0"
pyyaml = "^5.4.1"
pydantic = "~1.8" # >=1.8.0 <1.9.0
loguru = "^0.4.1"
jmespath = "^0.9.5"
@@ -50,6 +49,7 @@ pymysql = {version = "^1.0.2",optional = true}
cython = {version = "^0.29.28", optional = true}
thriftpy2 = {version = "^0.4.14", optional = true}
thrift = {version = "^0.16.0", optional = true}
pyyaml = "^6.0.1"
[tool.poetry.extras]
allure = ["allure-pytest"] # pip install "httprunner[allure]", poetry install -E allure