aboutsummaryrefslogtreecommitdiff
path: root/examples/pip_parse/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pip_parse/WORKSPACE')
-rw-r--r--examples/pip_parse/WORKSPACE14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/pip_parse/WORKSPACE b/examples/pip_parse/WORKSPACE
index 415d064..79aca14 100644
--- a/examples/pip_parse/WORKSPACE
+++ b/examples/pip_parse/WORKSPACE
@@ -24,19 +24,6 @@ pip_parse(
# can be passed
# environment = {"HTTPS_PROXY": "http://my.proxy.fun/"},
name = "pypi",
-
- # Requirement groups allow Bazel to tolerate PyPi cycles by putting dependencies
- # which are known to form cycles into groups together.
- experimental_requirement_cycles = {
- "sphinx": [
- "sphinx",
- "sphinxcontrib-qthelp",
- "sphinxcontrib-htmlhelp",
- "sphinxcontrib-devhelp",
- "sphinxcontrib-applehelp",
- "sphinxcontrib-serializinghtml",
- ],
- },
# (Optional) You can provide extra parameters to pip.
# Here, make pip output verbose (this is usable with `quiet = False`).
# extra_pip_args = ["-v"],
@@ -57,7 +44,6 @@ pip_parse(
# (Optional) You can set quiet to False if you want to see pip output.
#quiet = False,
requirements_lock = "//:requirements_lock.txt",
- requirements_windows = "//:requirements_windows.txt",
)
load("@pypi//:requirements.bzl", "install_deps")