aboutsummaryrefslogtreecommitdiff
path: root/docs/pip.md
AgeCommit message (Expand)Author
2023-07-10feat: Add setting generate_hashes for requirements (#1290)Christian von Schultz
2023-06-02docs(compile_pip_requirements): Add note on requirements.txt VC (#1245)Aiden Grossman
2023-03-06chore: fix syntax that stardoc misunderstands as HTML (#1110)Alex Eagle
2023-02-15refactor: starlark reimplementation of pip_repository (#1043)Ignas Anikevicius
2023-01-30feat: allow extra dependencies to be passed to pip-compile (#1026)Thulio Ferraz Assis
2023-01-02chore(docs): fix bad html formatting (#959)Alex Eagle
2022-12-27Removes unused "incremental" property (#948)Greg Roodt
2022-11-28feat: multi-toolchain support (#846)Thulio Ferraz Assis
2022-11-19Fix //docs:update (#876)Philipp Schrader
2022-11-07Create a pip_parse bzlmod extensionDerek Cormier
2022-09-25Standardise on pip_parse (#807)upstream/0.13.0Greg Roodt
2022-06-30Patch pip environment with xcode sdk location. (#697)upstream/0.10.0Henry Fuller
2022-06-09Remove legacy pip_import (#726)upstream/0.9.0Greg Roodt
2022-04-22Allow for requirements files to differ per platform (#531)upstream/0.8.1Alex Eagle
2022-04-21change approach for vendoring parsed requirements (#679)Alex Eagle
2022-03-15Document how to vendor a pip_parse requirements.bzl file (#655)Alex Eagle
2022-01-18Added support for annotating rendered pip dependencies (#589)UebelAndre
2021-12-28Deleted legacy pip_import rule (#582)UebelAndre
2021-12-22Allow controlling the prefix added to repos/packages (#459)Josh Wilson
2021-10-25Update docstrings for packaging rules/macros (#535)Jonathon Belotti
2021-09-27Exposed docs for `compile_pip_requirements` (#534)UebelAndre
2021-09-05`pip_parse` and `pip_install` can now parse entry points from wheels (#523)UebelAndre
2021-06-09Migrate from bazelbuild/skydoc to bazelbuild/stardoc (#484)Jonathon Belotti
2020-06-23Support python interpreter target in pip_import. (#312)Kevin Ku
2020-03-05Add a timeout attribute to pip_import rules. (#217)Jon Brandvein
2020-02-21Add extra_pip_args option to pip_import (#274)Jon Brandvein
2019-11-15Add pip3_import (#256)Jon Brandvein
2019-11-11Add python_interpreter attr to pip rules (#252)Jon Brandvein
2019-11-11Fix packaging rules documentation generation (#251)Jon Brandvein
2019-08-02Update README and add py_repositories() (#218)Jon Brandvein
2019-07-27Migrate to stardoc and regenerate documentation (#213)Jon Brandvein