production refresh

This commit is contained in:
2026-04-09 00:42:40 +02:00
parent 7db05fea47
commit 8bfd4d789b
20 changed files with 758 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import json
from setuptools import find_packages, setup
install_requires: list = ["setuptools", "ocyan.main"]
install_requires: list = ["setuptools", "ocyan.main", "elasticsearch<9"]
# Add frets dependencies
with open("mandelstudio/ocyan.json", encoding="utf-8") as fp: