Update httplib2. This picks a slightly newer version, plus the newest minor version of pyparsing as its dependency. This drops the python2 version of httplib2 to resolve import errors when running the bot with python3... which literally everything does now. Bug: 462293362 Change-Id: Idd09d0141154e92b0afd9624cff3503d9b086d39 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/7186758 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> NOKEYCHECK=True GitOrigin-RevId: 5d6e925963991d531eaae3ef8c1865da5c3ea04d
This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.
To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.
This project is licensed under Apache v2.0 license. See LICENSE for details.