Skip to content

Commit

Permalink
Add workaround for poetry conflict with pip 19 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanpasu64 committed Mar 13, 2019
1 parent 1456be2 commit 3bf8afe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
#https://github.com/sdispater/poetry/issues/826
#> "conflict with the backend dependencies" with pip 19
#[build-system]
#requires = ["poetry>=0.12"]
#build-backend = "poetry.masonry.api"

[tool.poetry]
name = "corrscope"
Expand Down

0 comments on commit 3bf8afe

Please sign in to comment.