Skip to content

Commit 5f09476

Browse files
committed
temp: use compatible poetry-core branch
1 parent 922d140 commit 5f09476

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

poetry.lock

Lines changed: 10 additions & 6 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
@@ -32,7 +32,7 @@ Changelog = "https://python-poetry.org/history/"
3232
[tool.poetry.dependencies]
3333
python = "^3.8"
3434

35-
poetry-core = "1.8.1"
35+
poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "non-package-mode" }
3636
poetry-plugin-export = "^1.6.0"
3737
build = "^1.0.3"
3838
cachecontrol = { version = "^0.13.0", extras = ["filecache"] }

0 commit comments

Comments
 (0)