/
Al
/
TESamples
Обзор
Документация
Войти
/
Al
/
TESamples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
apps/python/bff_agent/pyproject.toml
27 строк
798 B
Al
Initial Commit
11 май 2026, 17:40
11 май 2026, 17:40
0a04577
Код
Авторство
О чём код?
[project] name = "bff-agent" version = "0.1.0" description = "BFF + agent runtime (Python FastAPI зеркало Java bff-agent)" requires-python = ">=3.12" dependencies = [ "fastapi>=0.115,<1.0", "uvicorn[standard]>=0.32,<1.0", "httpx>=0.27,<1.0", "pydantic>=2.9", "structlog>=24.1", # FR-09.2: Prometheus pull-метрики "prometheus-client>=0.21", "prometheus-fastapi-instrumentator>=7.0", # FR-08.x: OTel auto-instrumentation "opentelemetry-distro>=0.50b0", "opentelemetry-exporter-otlp-proto-grpc>=1.29", "opentelemetry-instrumentation-fastapi>=0.50b0", "opentelemetry-instrumentation-httpx>=0.50b0", ] [build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] where = ["src"]