mirror of
https://github.com/python/cpython.git
synced 2024-11-27 15:27:06 +01:00
8d0cafd6f2
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 lines
238 B
Plaintext
8 lines
238 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.10.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==6.0.0.20240621
|
|
types-setuptools==70.1.0.20240627
|