mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
7 lines
238 B
Text
7 lines
238 B
Text
# Requirements file for external linters and checks we run on
|
|
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
|
|
mypy==1.17.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==7.0.0.20250801
|
|
types-setuptools==80.9.0.20250801
|