mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
aad47c1e0b
Co-authored-by: sobolevn <mail@sobolevn.me>
8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
# Requirements file for external linters and checks we run on
|
|
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
|
|
mypy==1.16.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==7.0.0.20250601
|
|
types-setuptools==80.9.0.20250529
|