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 Oct 27, 2024
1 parent 524420d commit 40fd886
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.9"

poetry-core = { git = "https://github.com/python-poetry/poetry-core.git", branch = "main" }
poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "allow-pre-releases-tri-state" }
build = "^1.2.1"
cachecontrol = { version = "^0.14.0", extras = ["filecache"] }
cleo = "^2.1.0"
Expand Down

0 comments on commit 40fd886

Please sign in to comment.