about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-31 11:29:56 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-31 11:29:56 -0700
commit1da031bf60295bb891b90dc3f253abf248a4c509 (patch)
tree39a9c198fe2e6e3d85e44a76c42ebede148f7bc7 /home
parentfeat(tools/gha-billing): a CLI to report minutes left/used on GHA (diff)
downloadworld-1da031bf60295bb891b90dc3f253abf248a4c509.tar.gz
fix(home/python): add types for requests
Diffstat (limited to 'home')
-rw-r--r--home/python/default.nix1
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