load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pyvenv",
sha256 = "3a3cc6e211850178de02b618d301f3f39d1a9cddb54d499d816ff9ea835a2834",
strip_prefix = "rules_pyvenv-1.2",
url = "https://github.com/cedarai/rules_pyvenv/archive/refs/tags/v1.2.tar.gz",
)
What's Changed
- Create venv relative to workspace directory by @ArmaanT in #3
- Support Windows by @KoltesDigital in #9
- Install Python packages data files to venv by @kevinpark1217 in #12
New Contributors
- @ArmaanT made their first contribution in #3
- @KoltesDigital made their first contribution in #9
- @kevinpark1217 made their first contribution in #12
Full Changelog: 1.1...v1.2