pipenv-poetry-migrate: replax deps

fixes build

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-09-13 09:58:37 +02:00
parent c23193b943
commit 23f251e273
@@ -18,6 +18,10 @@ python3Packages.buildPythonApplication rec {
build-system = [ python3Packages.poetry-core ];
pythonRelaxDeps = [
"typer"
];
dependencies = with python3Packages; [
setuptools # for pkg_resources
tomlkit