Initial commit

This commit is contained in:
2024-04-22 14:28:38 +02:00
commit 0e28556a98
8 changed files with 417 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[tool.poetry]
name = "discord-notifier"
version = "0.1.0"
description = ""
authors = ["Radek Golan <shield@shielddagger.com>"]
readme = "README.md"
packages = [{include = "discord_notifier", from = "src"}]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
discord-webhook = "^1.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"