python: add types stub for requests

This commit is contained in:
2025-09-24 01:07:54 -04:00
parent 9c4b0705ee
commit 83ac78a690

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