/
Hetvild
/
RAGFlow
Обзор
Документация
Войти
/
Hetvild
/
RAGFlow
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
pyproject.toml
69 строк
1 KB
bil
build: добавил библиотеку для транслитерации
28 фев 2026, 19:19
28 фев 2026, 19:19
94c4387
Код
Авторство
О чём код?
[project] name = "brainbox-test" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "loguru>=0.7.3", "pydantic-settings>=2.13.1", "qdrant-client>=1.17.0", "fastapi>=0.129.2", "uvicorn>=0.41.0", "aiogram>=3.25.0", "langchain>=1.2.10", "langchain-openai>=1.1.10", "gigachat>=0.2.0", "redis>=7.2.0", "sqlalchemy>=2.0.46", "asyncpg>=0.31.0", "alembic>=1.18.4", "langchain-text-splitters>=1.1.1", "transliterate>=1.10.2", ] [dependency-groups] dev = [ "pre-commit>=4.5.1", "pytest>=9.0.2", "pytest-asyncio>=1.3.0", "ruff>=0.14.14", "ty>=0.0.14", ] [tool.ruff] line-length = 88 indent-width = 4 src = ["src", "app"] [tool.ruff.lint] select = ["E", "F", "I"] fixable = ["ALL"] unfixable = [] [tool.ruff.lint.isort] known-first-party = ["core", "message_handler"] lines-after-imports = 2 [tool.ruff.format] quote-style = "double" indent-style = "space" line-ending = "auto" docstring-code-format = true docstring-code-line-length = 88 [tool.pytest.ini_options] minversion = "7.0" pythonpath = ["src"] testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_"] asyncio_mode = "auto" filterwarnings = ["ignore::DeprecationWarning"]