mirror of
https://github.com/python/cpython.git
synced 2026-07-30 05:36:27 -04:00
8 lines
237 B
Plaintext
8 lines
237 B
Plaintext
# Requirements file for external linters and checks we run on
|
|
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
|
|
mypy==2.1.0
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==7.2.2.20260508
|
|
types-setuptools==82.0.0.20260508
|