Merge pull request 'Remove non-existent Mongo adapter from README.' (#10) from cleanup/remove-mongo-adapter-mentions into main
Reviewed-on: https://gitea.lille-vemmelund.dk/brian/python-repositories/pulls/10
This commit was merged in pull request #10.
This commit is contained in:
@@ -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
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user