| # 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 |