mirror of
https://github.com/python/cpython.git
synced 2024-11-29 00:56:12 +01: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.6.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==5.9.5.17
|
|
types-setuptools==68.2.0.0
|