diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-31 11:29:56 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-31 11:29:56 -0700 |
commit | 1da031bf60295bb891b90dc3f253abf248a4c509 (patch) | |
tree | 39a9c198fe2e6e3d85e44a76c42ebede148f7bc7 /home/python | |
parent | feat(tools/gha-billing): a CLI to report minutes left/used on GHA (diff) | |
download | world-1da031bf60295bb891b90dc3f253abf248a4c509.tar.gz |
fix(home/python): add types for requests
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 |