This commit is contained in:
magmaus3 2024-09-07 21:35:40 +02:00
commit 7cc461f1b8
Signed by: magmaus3
GPG key ID: 84BC6F564FD017BE
5 changed files with 1018 additions and 0 deletions

18
pyproject.toml Normal file
View file

@ -0,0 +1,18 @@
[tool.poetry]
name = "py-dynmap-honeypot"
version = "0.1.0"
description = ""
authors = ["magmaus3 <magmaus3@disroot.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.114.0"
uvicorn = "^0.30.6"
loguru = "^0.7.2"
discord-webhook = "^1.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"