The package only ships Redis and MinIO adapters, so the docs should not reference a mongo extra. Co-authored-by: Cursor <[email protected]>
360 B
360 B
python-repositories
Various python repository interfaces exposed as a python package.
Optional dependencies
This package supports interacting with multiple different backends:
- Redis
- MinIO
To add support for a specific backend install this package with one or more of these optional packages:
uv add python-repositories[redis, minio]