From 1da031bf60295bb891b90dc3f253abf248a4c509 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 31 Oct 2022 11:29:56 -0700 Subject: fix(home/python): add types for requests --- home/python/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home') 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 -- cgit 1.4.1