Remove commentary indicating that 'all_requirements' is deprecated (#376)

diff --git a/python/pip_install/extract_wheels/lib/bazel.py b/python/pip_install/extract_wheels/lib/bazel.py
index 057c546..964d4f9 100644
--- a/python/pip_install/extract_wheels/lib/bazel.py
+++ b/python/pip_install/extract_wheels/lib/bazel.py
@@ -64,7 +64,7 @@
     """Generate a requirements.bzl file for a given pip repository
 
     The file allows converting the PyPI name to a bazel label. Additionally, it adds a function which can glob all the
-    installed dependencies. This is provided for legacy reasons and can be considered deprecated.
+    installed dependencies.
 
     Args:
         repo_name: the name of the pip repository
@@ -76,7 +76,6 @@
 
     return textwrap.dedent(
         """\
-        # Deprecated. This will be removed in a future release
         all_requirements = [{requirement_labels}]
 
         def requirement(name):