From 4fb6e239238006b0f641223b267b7c8b513c1283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sat, 11 Nov 2023 19:37:50 +0100 Subject: [PATCH] temp: use compatible poetry-core branch --- poetry.lock | 18 +++++++++++------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2d1672364df..2269c920b6d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "build" @@ -926,11 +926,15 @@ name = "poetry-core" version = "1.8.1" description = "Poetry PEP 517 Build Backend" optional = false -python-versions = ">=3.8,<4.0" -files = [ - {file = "poetry_core-1.8.1-py3-none-any.whl", hash = "sha256:194832b24f3283e01c5402eae71a6aae850ecdfe53f50a979c76bf7aa5010ffa"}, - {file = "poetry_core-1.8.1.tar.gz", hash = "sha256:67a76c671da2a70e55047cddda83566035b701f7e463b32a2abfeac6e2a16376"}, -] +python-versions = "^3.8" +files = [] +develop = false + +[package.source] +type = "git" +url = "https://github.com/radoering/poetry-core.git" +reference = "non-package-mode" +resolved_reference = "f443413d05403bf301ff6680dad5e129bbb53ceb" [[package]] name = "poetry-plugin-export" @@ -1600,4 +1604,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "49ef0835550621bbc7a5ade677c17ac2077d6f2892e17441f2984ed12641cda6" +content-hash = "014a4bd2482583dc409c346fd961fd8eed3f48357186650b29156f3cdf334a0d" diff --git a/pyproject.toml b/pyproject.toml index fe7a2c28d8d..e8b1a1c8fe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Changelog = "https://python-poetry.org/history/" [tool.poetry.dependencies] python = "^3.8" -poetry-core = "1.8.1" +poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "non-package-mode" } poetry-plugin-export = "^1.6.0" build = "^1.0.3" cachecontrol = { version = "^0.13.0", extras = ["filecache"] }