roll: pigweed pw_docgen: Include required Python packages

This adds the missing beautifulsoup4, jsonschema and kconfiglib
packages to pw_docgen/py/setup.cfg. All are imported in pw_docgen code
and not upstream-only dependencies. Moved the pinned version numbers
out of pigweed_upstream_requirements.txt and into constraint.list.

Also remove pytz and psutil out of pigweed_upstream_requirements.txt,
they are in constraint.list already and not upstream-only packages.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237334
Original-Revision: 751a5ae613ce227a70a53c40e2342dbd80a91951

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 85469bdd7f4b8e..751a5ae613ce22
Roller-URL: https://ci.chromium.org/b/8735970697619441569
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I5b6e6c378167920bad5c085ab88d3df8e83f1b19
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/237492
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
1 file changed
tree: 8b00eedc4239ea1e4946204de748df1a9284b391
  1. .github/
  2. .vscode/
  3. apps/
  4. device/
  5. modules/
  6. system/
  7. targets/
  8. tools/
  9. web_app/
  10. .bazelignore
  11. .bazelrc
  12. .bazelversion
  13. .buildifier.json
  14. .clang-format
  15. .clangd.shared
  16. .gitignore
  17. .pw_console.yaml
  18. AUTHORS
  19. BUILD.bazel
  20. CONTRIBUTING.md
  21. LICENSE
  22. MODULE.bazel
  23. MODULE.bazel.lock
  24. OWNERS
  25. pigweed.json
  26. README.md
README.md

Sense

git clone https://pigweed.googlesource.com/pigweed/showcase/sense

Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.

Please visit Sense: An interactive tour through Pigweed to get started.