Commit 1f17c129 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

commitizen: use poetry-core

parent 2137dd92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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