build: move ruff from dev to main dependencies (needed at runtime for code formatting)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 08:05:12 -06:00
parent f7fbfdba7d
commit 7974d12475
3 changed files with 3 additions and 12 deletions

View File

@@ -30,10 +30,6 @@ dependencies = [
"xlsxwriter>=3.2.9,<4",
"asgiref>=3.11.1",
"jieba>=0.42.1",
]
[dependency-groups]
dev = [
"ruff>=0.15.11",
]