1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
zap/tools/announceybot/pyproject.toml
2023-05-21 19:30:30 +02:00

16 lines
328 B
TOML

[tool.poetry]
name = "announceybot"
version = "0.1.0"
description = ""
authors = ["Rene Schallner <rene@renerocks.ai>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<=3.11"
discord-webhook = "^1.1.0"
gitpython = "^3.1.31"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"