Compare commits
7
Commits
fa011be862
...
f4280f15c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4280f15c1 | ||
|
|
d9b9fa49a2 | ||
|
|
9d25f7c722 | ||
|
|
163581526d | ||
|
|
933c4ee7c5 | ||
|
|
2b0d98f84c | ||
|
|
729fa48505 |
@@ -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