Unverified Commit 643550ee authored by Florian's avatar Florian Committed by GitHub
Browse files

pipenv-poetry-migrate: replax deps (#442568)

parents 120aaed5 23f251e2
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