chore(api): pin dependency poetry-core to ==1.8.1
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2711>
This commit is contained in:
parent
c5f582d0e3
commit
5ef3366974
|
@ -128,7 +128,7 @@ django-extensions = "==3.2.3"
|
||||||
typesense = ["typesense"]
|
typesense = ["typesense"]
|
||||||
|
|
||||||
[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.pylint.master]
|
[tool.pylint.master]
|
||||||
|
|
Loading…
Reference in New Issue