about summary refs log tree commit diff
path: root/nix/profiles/home-manager/dev.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/profiles/home-manager/dev.nix')
-rw-r--r--nix/profiles/home-manager/dev.nix12
1 files changed, 0 insertions, 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
 {