| # Python dependencies for Emboss development tools | |
| # Managed by Bazel via rules_python pip.parse extension | |
| # Black formatter and its dependencies | |
| black==26.3.1 | |
| click>=8.0.0 | |
| mypy_extensions>=0.4.3 | |
| packaging>=22.0 | |
| pathspec>=1.0.0 | |
| platformdirs>=2 | |
| pytokens>=0.4.0 | |
| # clang-format, used by the C++ back end to format generated headers | |
| clang-format==22.1.5 |