Unverified Commit 23f251e2 authored by Florian Brandes's avatar Florian Brandes
Browse files

pipenv-poetry-migrate: replax deps



fixes build

Signed-off-by: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent c23193b9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ python3Packages.buildPythonApplication rec {

  build-system = [ python3Packages.poetry-core ];

  pythonRelaxDeps = [
    "typer"
  ];

  dependencies = with python3Packages; [
    setuptools # for pkg_resources
    tomlkit