This commit is contained in:
hhh
2025-01-04 11:54:01 +02:00
commit c5ce21f5fa
11 changed files with 199 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[tool.poetry]
name = "neko-run-controller-asyncio"
version = "0.1.0"
description = ""
authors = ["hhh <h@localhost>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
psutil = "^5.9.8"
[tool.poetry.group.neko.dependencies]
neko-run-controller-std = {path = "../neko-run-controller-std", develop = true}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"