dynmap-honeypot/pyproject.toml

19 lines
361 B
TOML
Raw Normal View History

2024-09-07 19:35:40 +00:00
[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"