Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions developer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ The `requirements/update_python_packages.py` script automates the creation and m
- Generate the `frozen_requirements.txt` file for consistency.
3. Validate that the `pkgs.zip` file contains all necessary packages and matches the updated requirements.

### Shared (Python-version-independent) vendor zips

In addition to the per-version `pkgs.zip`, `requirements/any/` holds pure-Python
packages that are safe to load across every supported Python version (e.g. the
Autodesk Flow Data Beta SDK). Each zip is auto-discovered by
`tank_vendor/__init__.py` and contains the importable package plus its
`.dist-info/` directory at the zip's root.

## How to upgrade ruamel.yaml

Until version `0.10.10`, the contents of the library was located at `tank_vendor/ruamel_yaml`.
Expand Down
Loading
Loading