blob: 27c76a0f3f6a8ae00303b30fece0942ac03875a3 [file] [edit]
# NOTE: this needs to be kept in sync with the "requires" list in pyproject.toml
# and the pins in setup.py
typing_extensions>=4.6.0; python_version<'3.15'
typing_extensions>=4.14.0; python_version>='3.15'
mypy_extensions>=1.0.0
pathspec>=1.0.0
tomli>=1.1.0; python_version<'3.11'
librt>=0.10.0; platform_python_implementation != 'PyPy'
ast-serialize>=0.3.0,<1.0.0