Skip to content

Commit

Permalink
Update to Poetry 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Dec 14, 2019
1 parent 527faa2 commit 8121b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ feedparser = "^5.2"

[tool.poetry.dev-dependencies]
pelican = { git = "https://github.com/getpelican/pelican.git" }
black = {version = "^19.10b0",allows-prereleases = true}
black = {version = "^19.10b0",allow-prereleases = true}
flake8 = "^3.7"
flake8-black = "^0.1.0"
invoke = "^1.3"
Expand Down Expand Up @@ -75,5 +75,5 @@ multi_line_output = 3
force_sort_within_sections = true

[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"

0 comments on commit 8121b14

Please sign in to comment.