init
This commit is contained in:
commit
7cc461f1b8
5 changed files with 1018 additions and 0 deletions
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue