/
oop_nust_misis
/
hw-07-08-distributed-patterns-sofaming
Обзор
Документация
Войти
/
oop_nust_misis
/
hw-07-08-distributed-patterns-sofaming
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
python/pyproject.toml
22 строки
531 B
OOP Nust MISIS
Initial commit
08 дек 2025, 10:32
08 дек 2025, 10:32
ca00083
Код
Авторство
О чём код?
[project] name = "hw07-python" version = "0.1.0" description = "Resilience patterns implementation in Python" requires-python = ">=3.10" dependencies = [ "grpcio>=1.60.0", "tenacity>=8.2.0", # Для Retry "circuitbreaker>=2.0.0",# Для Circuit Breaker "prometheus-client>=0.19.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = [ "grpcio-tools>=1.60.0", # Только для генерации кода "mypy>=1.8.0", "ruff>=0.1.0" ]