fix: 'conflict with the backend dependencies' error

This commit is contained in:
debugtalk
2019-07-16 22:28:18 +08:00
parent 195f1aeef2
commit dc8322348e

View File

@@ -43,6 +43,7 @@ ate = "httprunner.cli:main_hrun"
httprunner = "httprunner.cli:main_hrun"
locusts = "httprunner.cli:main_locust"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
# commenting for https://github.com/sdispater/poetry/issues/1049
# [build-system]
# requires = ["poetry>=0.12"]
# build-backend = "poetry.masonry.api"