Skip to content

Commit 198961a

Browse files
committed
temp: use suitable poetry-core version
1 parent 33ffa1d commit 198961a

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

poetry.lock

+10-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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.8"
3333

34-
poetry-core = "1.9.0"
34+
poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "pep621-support" }
3535
poetry-plugin-export = { git = "https://github.com/python-poetry/poetry-plugin-export.git" }
3636
build = "^1.0.3"
3737
cachecontrol = { version = "^0.14.0", extras = ["filecache"] }

0 commit comments

Comments
 (0)