blob: a402fc74c496f079115099e6f72edb466bb31ad3 [file] [log] [blame]
"""This module contains the Gazelle runtime dependencies for the Python extension.
"""
GAZELLE_PYTHON_RUNTIME_DEPS = [
"@rules_python//gazelle:parse",
"@rules_python//gazelle:std_modules",
]