From 03c6b9c691202da615af7c7c98344391fc9648cb Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 16 Jul 2019 22:31:20 +0800 Subject: [PATCH] fix: 'conflict with the backend dependencies' for requests-belt --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 767822f7..12271961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"