/
Al
/
TESamples
Обзор
Документация
Войти
/
Al
/
TESamples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
apps/python/chain_service/pyproject.toml
26 строк
751 B
Al
Initial Commit
11 май 2026, 17:40
11 май 2026, 17:40
0a04577
Код
Авторство
О чём код?
[project] name = "chain-service" version = "0.1.0" description = "Downstream chain-service (Python FastAPI mirror of Java chain-service)" requires-python = ">=3.12" dependencies = [ "fastapi>=0.115,<1.0", "uvicorn[standard]>=0.32,<1.0", "httpx>=0.27,<1.0", "pyjwt[crypto]>=2.9,<3.0", "structlog>=24.1", # FR-09.2 / FR-08 "prometheus-client>=0.21", "prometheus-fastapi-instrumentator>=7.0", "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"]