Skip to content

Commit a7d9d4b

Browse files
committed
temp: use suitable poetry version
1 parent b148bf7 commit a7d9d4b

File tree

2 files changed

+53
-50
lines changed

2 files changed

+53
-50
lines changed

poetry.lock

Lines changed: 52 additions & 49 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
@@ -7,7 +7,7 @@ license = "MIT"
77
readme = "README.md"
88
requires-python = ">=3.10,<4.0"
99
dependencies = [
10-
"poetry>=2.1.0,<3.0.0",
10+
"poetry @ git+https://github.com/radoering/poetry.git@repo-file-url-size-upload-time",
1111
"poetry-core>=2.1.0,<3.0.0",
1212
"tomlkit (>=0.11.4,<1.0.0)",
1313
]

0 commit comments

Comments
 (0)