dynmap-honeypot/pyproject.toml
2024-09-07 21:54:51 +02:00

18 lines
361 B
TOML

[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"