pipenv-poetry-migrate: replax deps (#442568)
This commit is contained in:
@@ -18,6 +18,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
build-system = [ python3Packages.poetry-core ];
|
build-system = [ python3Packages.poetry-core ];
|
||||||
|
|
||||||
|
pythonRelaxDeps = [
|
||||||
|
"typer"
|
||||||
|
];
|
||||||
|
|
||||||
dependencies = with python3Packages; [
|
dependencies = with python3Packages; [
|
||||||
setuptools # for pkg_resources
|
setuptools # for pkg_resources
|
||||||
tomlkit
|
tomlkit
|
||||||
|
|||||||
Reference in New Issue
Block a user