From 7d306aaaca05d4c2a7ce57b89d7a62b55b1bec35 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 8 Nov 2025 18:27:59 +0800 Subject: chore(deps): add dependence infini for parser the rule packages --- pyproject.toml | 1 + uv.lock | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ae10b65..dc6f074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "aiohttp>=3.13.2", "conventionalrp>=1.2.1", "fastapi>=0.121.0", + "infini>=2.1.15", "oneroll>=1.3.4", ] diff --git a/uv.lock b/uv.lock index ab981e0..7aa7f02 100644 --- a/uv.lock +++ b/uv.lock @@ -548,6 +548,7 @@ dependencies = [ { name = "aiohttp" }, { name = "conventionalrp" }, { name = "fastapi" }, + { name = "infini" }, { name = "oneroll" }, ] @@ -556,6 +557,7 @@ requires-dist = [ { name = "aiohttp", specifier = ">=3.13.2" }, { name = "conventionalrp", specifier = ">=1.2.1" }, { name = "fastapi", specifier = ">=0.121.0" }, + { name = "infini", specifier = ">=2.1.15" }, { name = "oneroll", specifier = ">=1.3.4" }, ] @@ -568,6 +570,19 @@ wheels = [ { url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea", size = 71008, upload-time = "2025-10-12T14:55:18.883Z" }, ] +[[package]] +name = "infini" +version = "2.1.15" +source = { registry = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" } +dependencies = [ + { name = "jinja2" }, + { name = "rich" }, +] +sdist = { url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/98/3f/8d792fb05807e2c2119e1429050d2ab70a76716827e3272642bc7c0da133/infini-2.1.15.tar.gz", hash = "sha256:af34f9479326929f3a782bd94240d69062a3930e2dc5a9a6ab0485c0f738f743", size = 18325, upload-time = "2024-04-01T10:12:58.223Z" } +wheels = [ + { url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/62/b2/2c2e6af81f2a3bffd0cbe8e9c2e1f35214ea01a4450570b996dca12e010e/infini-2.1.15-py3-none-any.whl", hash = "sha256:efd6201b89de6cbbe7d8c821b891372da9d906770642ad1a8df38fa9e0089335", size = 15439, upload-time = "2024-04-01T10:12:56.535Z" }, +] + [[package]] name = "jinja2" version = "3.1.6" -- cgit v1.2.3-70-g09d2