mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-03 21:41:23 +08:00
change: upgrade requests
This commit is contained in:
@@ -30,7 +30,6 @@ include = ["docs/CHANGELOG.md"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
requests = "^2.22.0"
|
||||
pydantic = "~1.8" # >=1.8.0 <1.9.0
|
||||
loguru = "^0.4.1"
|
||||
jmespath = "^0.9.5"
|
||||
@@ -50,6 +49,7 @@ 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"
|
||||
requests = "^2.31.0"
|
||||
|
||||
[tool.poetry.extras]
|
||||
allure = ["allure-pytest"] # pip install "httprunner[allure]", poetry install -E allure
|
||||
|
||||
Reference in New Issue
Block a user