Remove non-existent Mongo adapter from README. #10

Merged
brian merged 6 commits from cleanup/remove-mongo-adapter-mentions into main 2026-06-21 23:05:48 +02:00
Showing only changes of commit 729fa48505 - Show all commits
+1 -2
View File
@@ -7,11 +7,10 @@ Various python repository interfaces exposed as a python package.
This package supports interacting with multiple different backends: This package supports interacting with multiple different backends:
- Redis - Redis
- Mongo
- MinIO - MinIO
To add support for a specific backend install this package with one or more of these optional packages: To add support for a specific backend install this package with one or more of these optional packages:
```bash ```bash
uv add python-repositories[redis, mongo, minio] uv add python-repositories[redis, minio]
``` ```