chore: pin dependency poetry-core to ==1.8.1
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2713>
This commit is contained in:
parent
ec913cfa64
commit
15b261d7fd
|
@ -12,7 +12,7 @@ python = "^3.8"
|
||||||
pytest = "7.3.1"
|
pytest = "7.3.1"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core==1.8.1"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|
Loading…
Reference in New Issue