Skip to content

Commit

Permalink
Update python/private/pypi/parse_requirements.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas authored Dec 11, 2024
1 parent 45c678f commit 1ea7e6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/private/pypi/parse_requirements.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def parse_requirements(
* `srcs`: {type}`struct` The parsed requirement line for easier Simple
API downloading (see `index_sources` return value).
* `target_platforms`: {type}`list[str]` Target platforms that this package is for.
The format is `cp3{minor}_{os}_{arch}`.
* `is_exposed`: {type}`bool` `True` if the package should be exposed via the hub
repository.
* `extra_pip_args`: {type}`list[str]` pip args to use in case we are
Expand Down

0 comments on commit 1ea7e6e

Please sign in to comment.