Add poetry to python venv template
This commit is contained in:
parent
45a4dd566c
commit
5bc34500ae
|
@ -10,6 +10,7 @@ in
|
|||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
(python.withPackages python-packages)
|
||||
poetry
|
||||
black
|
||||
isort
|
||||
ruff
|
||||
|
|
Loading…
Reference in a new issue