From 5c32ad611b61282afe0a7de36366cdeda0ab5247 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 15 Jun 2020 02:15:11 +0200 Subject: [PATCH] Clean up dev tools and unused dependencies --- shell.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/shell.nix b/shell.nix index 541c523..9588d2e 100644 --- a/shell.nix +++ b/shell.nix @@ -10,17 +10,8 @@ pkgs.mkShell { flask flask-bootstrap flask_wtf - matplotlib folium pytest beautifulsoup4 - # Development tools - black - isort - pyflakes - python-language-server - pyls-black - pyls-isort - pyls-mypy ]; }