1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/pyproject.toml

24 lines
535 B
TOML
Raw Normal View History

2021-01-10 17:37:18 +00:00
[tool.poetry]
name = "royalnet-console"
2021-01-10 19:07:43 +00:00
version = "0.2.2"
2021-01-10 17:37:18 +00:00
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"
2021-01-10 18:54:58 +00:00
royalnet = "^6.0.0a37"
2021-01-10 17:37:18 +00:00
psutil = "^5.8.0"
click = "^7.1.2"
colorama = "^0.4.4"
2021-01-10 17:37:18 +00:00
[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
pytest-asyncio = "^0.14.0"
sphinx = "^3.3.1"
sphinx_rtd_theme = "^0.5.0"
2021-01-10 17:37:18 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"