fix: 'conflict with the backend dependencies' for requests-belt

This commit is contained in:
debugtalk
2019-07-16 22:31:20 +08:00
parent dc8322348e
commit 03c6b9c691

View File

@@ -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"