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