mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Updated ui, better balance.
This commit is contained in:
4
pyproject.toml
vendored
4
pyproject.toml
vendored
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user