mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
17 lines
337 B
TOML
17 lines
337 B
TOML
[tool.poetry]
|
|
name = "sk-collect-dumps"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Arseny Sher <sher-ars@yandex.ru>"]
|
|
readme = "README.md"
|
|
packages = [{include = "sk_collect_dumps"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
ansible = "^9.1.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|