python: add types stub for requests

This commit is contained in:
2025-09-24 01:07:54 -04:00
parent b589bb82a1
commit 2294a2a179

View File

@@ -157,6 +157,7 @@ in
(python312.withPackages (
ps: with ps; [
mypy # type checking
types-requests # add types for requests methods
python-lsp-server # lsp
python-lsp-ruff # ruff integration