From 6ebd636f943d36d90fccff234aab9d0c424077a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 1 Jun 2019 22:12:42 +0200 Subject: [PATCH] python: + frequently used packages --- configs/python.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/python.nix b/configs/python.nix index 4bb4764..89de63c 100644 --- a/configs/python.nix +++ b/configs/python.nix @@ -9,6 +9,11 @@ py.pyls-black py.pyls-isort py.flake8 + py.flask + py.pygments + py.docopt + py.schema + py.ansicolors ]) ) ];