chromium/tools/utr/.vpython3

# A UTR-specific vpython spec. Separate from the root //.vpython3 spec since we
# add "rich" and all its needed deps.
#
# Read more about `vpython` and how to modify this file here:
#   https://chromium.googlesource.com/infra/infra/+/main/doc/users/vpython.md

python_version: "3.8"

wheel: <
  name: "infra/python/wheels/colorama-py2_py3"
  version: "version:0.4.1"
>

wheel: <
  name: "infra/python/wheels/typing-extensions-py3"
  version: "version:4.0.1"
>

wheel: <
  name: "infra/python/wheels/mdurl-py3"
  version: "version:0.1.2"
>

wheel: <
  name: "infra/python/wheels/markdown-it-py-py3"
  version: "version:2.1.0"
>

wheel: <
  name: "infra/python/wheels/pygments-py3"
  version: "version:2.14.0"
>

wheel: <
  name: "infra/python/wheels/rich-py3"
  version: "version:13.2.0"
>