feat: high-concurrency userid hashing

This commit is contained in:
mokurin000
2025-08-11 12:12:14 +08:00
parent 1d2e3fc7cc
commit b0942e2af4
4 changed files with 26 additions and 5 deletions

View File

@@ -5,8 +5,10 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"diskcache>=5.6.3",
"loguru>=0.7.3",
"orjson>=3.11.1",
"polars>=1.32.0",
"polars-hash>=0.5.4",
"pyecharts>=2.0.8",
]