chore(docs): pin dependency poetry-core to ==1.8.1
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2712>
This commit is contained in:
parent
5ef3366974
commit
ec913cfa64
|
@ -23,5 +23,5 @@ django-environ = "==0.10.0"
|
||||||
sphinx-autobuild = "2021.3.14"
|
sphinx-autobuild = "2021.3.14"
|
||||||
|
|
||||||
[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"
|
||||||
|
|
Loading…
Reference in New Issue