diff options
Diffstat (limited to '')
-rw-r--r-- | home/python/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/python/default.nix b/home/python/default.nix index eb03803..fea3054 100644 --- a/home/python/default.nix +++ b/home/python/default.nix @@ -6,6 +6,7 @@ let isort # format pylsp-mypy # language server protocol requests # HTTP library + types-requests # types for requests (for mypy) pip # to install dependencies ipython # nicer REPL poetry # to install dependencies |