README.md
1# Annotation: Include Dep
2
3Test that the Python gazelle annotation `# gazelle:include_dep` correctly adds dependences
4to the generated target even if those dependencies are not imported by the Python module.
5
6The root directory tests that all `py_*` targets will correctly include the additional
7dependencies.
8
9The `subpkg` directory tests that all `# gazlle:include_dep` annotations found in all source
10files are included in the generated target (such as during `generation_mode package`).
11