Skip to content

Commit

Permalink
temp: use suitable poetry-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Mar 29, 2024
1 parent a89fdbf commit e8593a0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Changelog = "https://python-poetry.org/history/"
[tool.poetry.dependencies]
python = "^3.8"

poetry-core = "1.9.0"
poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "pep621-support" }
poetry-plugin-export = "^1.7.0"
build = "^1.1.1"
cachecontrol = { version = "^0.14.0", extras = ["filecache"] }
Expand Down

0 comments on commit e8593a0

Please sign in to comment.