Skip to content

Commit

Permalink
Update poetry (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve authored Oct 27, 2020
1 parent 49ad486 commit 361e92a
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 52 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 14.3.0 - In development

- Use poetry-core instead of poetry.

## 14.2.0 - 2020-10-13

- Reformat CHANGELOG.
Expand Down
100 changes: 50 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ show_missing = true
skip_covered = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 361e92a

Please sign in to comment.