Skip to content

Commit

Permalink
added poetry version to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Feb 26, 2020
1 parent 01e5d39 commit b0c060f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[build-system]
# keep the version of poetry in sync with the version in pyproject.toml and Dockerfile
requires = [ "poetry>=1.0.3",]
build-backend = "poetry.masonry.api"

[tool.black]
line-length = 88
target-version = [ "py36", "py37",]
Expand Down

0 comments on commit b0c060f

Please sign in to comment.