mirror of
https://github.com/python/cpython.git
synced 2024-11-23 01:45:25 +08:00
8 lines
236 B
Plaintext
8 lines
236 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.13
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==6.0.0.20240901
|
|
types-setuptools==74.0.0.20240831
|