mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-21 16:22:17 +08:00
fix: 'conflict with the backend dependencies' for requests-belt
This commit is contained in:
@@ -22,7 +22,7 @@ include = ["CHANGELOG.md", "httprunner/templates/*"]
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~2.7 || ^3.5"
|
python = "~2.7 || ^3.5"
|
||||||
requests = "^2.14"
|
requests = "^2.14"
|
||||||
requests-toolbelt = "^0.9.1"
|
requests-toolbelt = "^0.8.0"
|
||||||
pyyaml = "^5.1"
|
pyyaml = "^5.1"
|
||||||
jinja2 = "^2.10"
|
jinja2 = "^2.10"
|
||||||
har2case = "^0.3.1"
|
har2case = "^0.3.1"
|
||||||
@@ -43,7 +43,6 @@ ate = "httprunner.cli:main_hrun"
|
|||||||
httprunner = "httprunner.cli:main_hrun"
|
httprunner = "httprunner.cli:main_hrun"
|
||||||
locusts = "httprunner.cli:main_locust"
|
locusts = "httprunner.cli:main_locust"
|
||||||
|
|
||||||
# commenting for https://github.com/sdispater/poetry/issues/1049
|
[build-system]
|
||||||
# [build-system]
|
requires = ["poetry>=0.12"]
|
||||||
# requires = ["poetry>=0.12"]
|
build-backend = "poetry.masonry.api"
|
||||||
# build-backend = "poetry.masonry.api"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user