Files
neko-run-controller-asyncio/pyproject.toml
2025-01-04 11:54:01 +02:00

20 lines
408 B
TOML

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