Remove 'poetry-core' lower bound
This commit is contained in:
parent
fa65140434
commit
f5c70fea5f
|
@ -107,5 +107,5 @@ ignore-init-module-imports = true
|
|||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.5.0"]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in New Issue