pipenv-poetry-migrate: relax typer bound to fix build

This commit is contained in:
Harinn
2026-05-08 18:19:18 +07:00
parent 77d60beab2
commit 1f0e7ee29f
@@ -18,6 +18,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
build-system = [ python3Packages.poetry-core ];
pythonRelaxDeps = [ "typer" ];
dependencies = with python3Packages; [
setuptools # for pkg_resources
tomlkit