Add poetry to python venv template

This commit is contained in:
Evie Litherland-Smith 2023-05-05 17:58:05 +01:00
parent 45a4dd566c
commit 5bc34500ae

View file

@ -10,6 +10,7 @@ in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
(python.withPackages python-packages)
poetry
black
isort
ruff