From 9fc6b8aaebcef394eec4fc0b4fa71d38555848b1 Mon Sep 17 00:00:00 2001 From: goulustis Date: Thu, 11 Dec 2025 19:26:55 +0800 Subject: [PATCH] add dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b34aba0..5265ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dependencies = [ "Pillow", "jax", "commentjson", - "pandas" + "pandas", + "asgiref" ] [tool.setuptools.packages.find]