commitizen: use poetry-core
This commit is contained in:
parent
2137dd928c
commit
1f17c1297c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user