1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00
royalnet/pyproject.toml
2021-01-10 18:37:18 +01:00

17 lines
407 B
TOML

[tool.poetry]
name = "royalnet-console"
version = "0.2.0"
description = "A terminal-based frontend for the royalnet.engineer module."
authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "AGPL-3.0-or-later"
[tool.poetry.dependencies]
python = "^3.9"
royalnet = "^6.0.0a36"
psutil = "^5.8.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"