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
3 changed files with 650 additions and 651 deletions
+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:
- Redis
- Mongo
- MinIO
To add support for a specific backend install this package with one or more of these optional packages:
```bash
uv add python-repositories[redis, mongo, minio]
uv add python-repositories[redis, minio]
```
+2 -2
View File
@@ -31,12 +31,12 @@ python-utils = { index = "gitea" }
[[tool.uv.index]]
name = "threadripper-proxpi-cache"
url = "http://10.0.0.2:5001/index/"
url = "https://proxpi.lille-vemmelund.dk/index/"
default = true
[[tool.uv.index]]
name = "gitea"
url = "https://gitea.gt-proj.com/api/packages/brian/pypi/simple/"
url = "https://gitea.lille-vemmelund.dk/api/packages/brian/pypi/simple/"
explicit = true
[tool.mypy]
Generated
+647 -647
View File
File diff suppressed because it is too large Load Diff