mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +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]
|
||||
python = "~2.7 || ^3.5"
|
||||
requests = "^2.14"
|
||||
requests-toolbelt = "^0.9.1"
|
||||
requests-toolbelt = "^0.8.0"
|
||||
pyyaml = "^5.1"
|
||||
jinja2 = "^2.10"
|
||||
har2case = "^0.3.1"
|
||||
@@ -43,7 +43,6 @@ ate = "httprunner.cli:main_hrun"
|
||||
httprunner = "httprunner.cli:main_hrun"
|
||||
locusts = "httprunner.cli:main_locust"
|
||||
|
||||
# commenting for https://github.com/sdispater/poetry/issues/1049
|
||||
# [build-system]
|
||||
# requires = ["poetry>=0.12"]
|
||||
# build-backend = "poetry.masonry.api"
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user