commitizen: use poetry-core

This commit is contained in:
Robert Schütz 2022-11-28 21:18:28 -08:00 committed by Robert Schütz
parent 2137dd928c
commit 1f17c1297c

View File

@ -6,7 +6,7 @@
, jinja2 , jinja2
, lib , lib
, packaging , packaging
, poetry , poetry-core
, pytest-freezegun , pytest-freezegun
, pytest-mock , pytest-mock
, pytest-regressions , pytest-regressions
@ -34,7 +34,7 @@ buildPythonApplication rec {
format = "pyproject"; format = "pyproject";
nativeBuildInputs = [ poetry ]; nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ propagatedBuildInputs = [
termcolor termcolor