"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/scripts/BUILD.bazel" (17 Feb 2023, 194 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 load("@py_dev_requirements//:requirements.bzl", "requirement")
    2 
    3 py_binary(
    4     name = "pinned_browsers",
    5     srcs = ["pinned_browsers.py"],
    6     deps = [
    7         requirement("urllib3"),
    8     ],
    9 )