pipenv-poetry-migrate: relax typer bound to fix build (#518031)

This commit is contained in:
Sandro
2026-05-08 14:44:16 +00:00
committed by GitHub
@@ -18,6 +18,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
build-system = [ python3Packages.poetry-core ];
pythonRelaxDeps = [ "typer" ];
dependencies = with python3Packages; [
setuptools # for pkg_resources
tomlkit