added redis adapter
Code Quality Pipeline / code-quality (pull_request) Failing after 42s
Test Python Package / test (pull_request) Failing after 1s

This commit is contained in:
Brian Bjarke Jensen
2025-09-14 15:45:19 +02:00
parent c789e33290
commit 1abcae4050
9 changed files with 289 additions and 3 deletions
+18 -2
View File
@@ -13,13 +13,29 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = []
dependencies = [
"python-utils>=0.1.0",
"structlog>=25.4.0",
]
[project.optional-dependencies]
redis = [
"redis>=6.4.0",
]
[tool.uv.sources]
python-utils = { index = "gitea" }
[[tool.uv.index]]
name = "private-cache"
name = "threadripper-proxpi-cache"
url = "http://10.0.0.2:5001/index/"
default = true
[[tool.uv.index]]
name = "gitea"
url = "https://gitea.gt-proj.com/api/packages/brian/pypi/simple/"
explicit = true
[tool.mypy]
python_version = "3.10"
warn_return_any = true # nudge to use stricter types