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 ]) ) ];