Add server-side clustering with pysupercluster
Some checks failed
Build Docker Image / build (push) Failing after 2m14s

This commit is contained in:
Ruslan Bakiev
2026-01-14 10:12:39 +07:00
parent e15976382e
commit 7efa753092
3 changed files with 206 additions and 1 deletions

View File

@@ -15,7 +15,9 @@ dependencies = [
"infisicalsdk (>=1.0.12,<2.0.0)",
"gunicorn (>=23.0.0,<24.0.0)",
"whitenoise (>=6.7.0,<7.0.0)",
"sentry-sdk (>=2.47.0,<3.0.0)"
"sentry-sdk (>=2.47.0,<3.0.0)",
"pysupercluster (>=0.7.7,<1.0.0)",
"numpy (>=1.26.0,<3.0.0)"
]
[tool.poetry]