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
, lib
, packaging
, poetry
, poetry-core
, pytest-freezegun
, pytest-mock
, pytest-regressions
@ -34,7 +34,7 @@ buildPythonApplication rec {
format = "pyproject";
nativeBuildInputs = [ poetry ];
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
termcolor