pipenv-poetry-migrate: fix build

This commit is contained in:
Conor
2026-08-18 23:17:15 +01:00
parent 6874d08ab3
commit bd620d68ef

View File

@@ -18,10 +18,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
build-system = [ python3Packages.poetry-core ];
pythonRelaxDeps = [ "typer" ];
pythonRelaxDeps = [
"typer"
"tomlkit"
];
dependencies = with python3Packages; [
setuptools # for pkg_resources
tomlkit
typer
];