Updated ui, better balance.

This commit is contained in:
2025-08-07 17:26:53 +00:00
parent 5553226838
commit 616e073fe7
7 changed files with 318 additions and 150 deletions

4
pyproject.toml vendored
View File

@@ -25,7 +25,7 @@ dependencies = [
"mobi-python", "lxml", "sqlalchemy", "sqlalchemy.orm", "fastapi[all]",
"jinja2", "libsass", "nodejs-bin", "npm", "brotlipy", "debugpy", "pudb",
"ptipython", "chardet", "pre-commit", "coverage[toml]>=6.5","pytest",
"black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243"
"black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243", "rapidfuzz"
]
[project.optional-dependencies]
@@ -90,4 +90,4 @@ include_trailing_comma = true
line_length = 88
multi_line_output = 3
use_parentheses = true
known_third_party = ["backend", "bs4", "django", "interface", "mobi", "prompt_toolkit", "psycopg2-binary", "pyfiglet", "requests"]
known_third_party = ["backend", "bs4", "django", "interface", "mobi", "prompt_toolkit", "psycopg2-binary", "pyfiglet", "requests"]