mirror of
https://github.com/python/cpython
synced 2024-11-02 08:37:57 +00:00
7 lines
224 B
Text
7 lines
224 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.7.0
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==5.9.5.17
|
|
types-setuptools==68.2.0.0
|