18 lines
361 B
TOML
18 lines
361 B
TOML
[tool.poetry]
|
|
name = "log-stream"
|
|
version = "0.0.0"
|
|
description = "Stream logs from google cloud logging into python."
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.11"
|
|
requests = "^2.32.3"
|
|
pydantic = "^2.11.4"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^24.1.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|