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:
|
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]
|
||||||
```
|
```
|
||||||
|
|||||||
+2
-2
@@ -31,12 +31,12 @@ python-utils = { index = "gitea" }
|
|||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
name = "threadripper-proxpi-cache"
|
name = "threadripper-proxpi-cache"
|
||||||
url = "http://10.0.0.2:5001/index/"
|
url = "https://proxpi.lille-vemmelund.dk/index/"
|
||||||
default = true
|
default = true
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
name = "gitea"
|
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
|
explicit = true
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
|||||||
Reference in New Issue
Block a user