python: add types stub for requests

This commit is contained in:
Simon Gardling 2025-09-24 01:07:54 -04:00
parent 9c4b0705ee
commit 83ac78a690
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

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