mirror of
https://github.com/python/cpython
synced 2026-09-27 04:58:17 +03: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.6.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==5.9.5.17
|
|
types-setuptools==68.2.0.0
|