Files
google-apis-rs/requirements.txt
Kyle Gentle 5e1c0c857e pyright type checking: Initial setup
* Update imports to use fully qualified module name
* Add `typecheck` target to Makefile
* Add type annotations to appease pyright
* Switch from importlib_resources backport library to stdlib
  import.resources
2022-08-18 21:23:55 -04:00

10 lines
92 B
Plaintext

mako==1.1.4
pyyaml<6
mkdocs==0.11
pytest
pytest-cov
codecov
ghp-import
pyright
types-PyYAML