This commit is contained in:
hhh
2024-02-11 17:12:19 +02:00
commit 08bc8bec96
20 changed files with 2709 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[tool.poetry]
name = "neko-daemonizer-dante"
version = "0.1.0"
description = ""
authors = ["hhh"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[tool.poetry.group.neko.dependencies]
neko-daemonizer-std = {path = "../neko-daemonizer-std", develop = true}
neko-configparser = {path = "../neko-configparser", develop = true}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"