aboutsummaryrefslogtreecommitdiff
path: root/gazelle/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/README.md')
-rw-r--r--gazelle/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/gazelle/README.md b/gazelle/README.md
index e622db9..a54db64 100644
--- a/gazelle/README.md
+++ b/gazelle/README.md
@@ -63,8 +63,6 @@ gazelle_python_manifest(
# This is what we called our `pip_install` rule, where third-party
# python libraries are loaded in BUILD files.
pip_repository_name = "pip",
- # When using pip_parse instead of pip_install, set the following.
- # pip_repository_incremental = True,
# This should point to wherever we declare our python dependencies
# (the same as what we passed to the modules_mapping rule in WORKSPACE)
requirements = "//:requirements_lock.txt",