mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +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…
Reference in a new issue