mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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.11.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==6.0.0.20240621
|
|
types-setuptools==71.1.0.20240726
|