mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
Downgrade poetry-core
This commit is contained in:
parent
36c274ec19
commit
e58057820f
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
[build-system]
|
||||
requires = [ "poetry-core>=1.8.0", "poetry-dynamic-versioning>1.0.0,<2.0.0" ]
|
||||
requires = [ "poetry-core>=1.6.0", "poetry-dynamic-versioning>1.0.0,<2.0.0" ]
|
||||
build-backend = "poetry_dynamic_versioning.backend"
|
||||
# poetry-core 1.8 not available in .fc39. Can upgrade to 1.8.0 at .fc39 EOL
|
||||
|
||||
[tool.poetry-dynamic-versioning]
|
||||
enable = false
|
||||
|
|
Loading…
Add table
Reference in a new issue