From abe5fdfe66f3a89ee5b2d42e681201d0651dbd18 Mon Sep 17 00:00:00 2001 From: mandel Date: Wed, 18 Feb 2026 07:19:47 +0000 Subject: [PATCH] Add setuptools runtime dependency for staging compatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ead0e9a..b8d6894 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import json from setuptools import find_packages, setup -install_requires: list = ["ocyan.main"] +install_requires: list = ["setuptools", "ocyan.main"] # Add frets dependencies with open("smokepf1771397122/ocyan.json", encoding="utf-8") as fp: