mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
8 lines
224 B
Plaintext
8 lines
224 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.8.0
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==5.9.5.17
|
|
types-setuptools==69.0.0.0
|