From 5240a2ceff54704241943b7e82117545fe9f9cd9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 6 May 2024 19:32:11 -0700 Subject: clean up python packages --- nix/profiles/home-manager/dev.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix index 740e5c6..24a8c5e 100644 --- a/nix/profiles/home-manager/dev.nix +++ b/nix/profiles/home-manager/dev.nix @@ -5,22 +5,10 @@ let pythonEnv = pkgs.python3.withPackages (p: with p; [ - beautifulsoup4 - black - click - ipython - isort - pip - prettytable pylsp-mypy python-lsp-ruff python-lsp-server - requests ruff-lsp - termcolor - types-beautifulsoup4 - types-requests - virtualenv ]); in { -- cgit 1.4.1