Skip to content

Commit 9002b68

Browse files
committed
temp: use suitable poetry-core version
1 parent e425255 commit 9002b68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Changelog = "https://python-poetry.org/history/"
3131
[tool.poetry.dependencies]
3232
python = "^3.9"
3333

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

0 commit comments

Comments
 (0)