paris-brest-paris-prometheu.../pyproject.toml

20 lines
420 B
TOML

[tool.poetry]
name = "paris-brest-paris-prometheus-exporter"
version = "0.1.0"
description = ""
authors = ["An exporter for Paris Brest Paris cycling challenge"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
prometheus-client = "^0.16.0"
requests = "^2.28.2"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"