2021-01-10 17:37:18 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "royalnet-console"
|
2021-04-17 01:21:30 +00:00
|
|
|
version = "2.0.3"
|
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"
|
2021-01-14 16:31:57 +00:00
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/Steffo99/royalnet-console"
|
|
|
|
documentation = "https://royalnet-console.readthedocs.io/"
|
|
|
|
keywords = ["royalnet"]
|
|
|
|
classifiers = [
|
|
|
|
"Development Status :: 3 - Alpha",
|
|
|
|
"Intended Audience :: Developers",
|
|
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
|
"Topic :: Terminals",
|
|
|
|
]
|
2021-01-10 17:37:18 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2021-01-14 16:20:13 +00:00
|
|
|
python = "^3.8"
|
2021-04-19 01:22:34 +00:00
|
|
|
royalnet = "~6.5.0"
|
2021-01-10 17:37:18 +00:00
|
|
|
psutil = "^5.8.0"
|
2021-01-14 15:52:54 +00:00
|
|
|
click = "^7.1.2"
|
|
|
|
colorama = "^0.4.4"
|
2021-01-10 17:37:18 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-01-10 17:40:20 +00:00
|
|
|
pytest = "^6.1.1"
|
2021-04-19 01:22:34 +00:00
|
|
|
pytest-asyncio = "^0.15.0"
|
2021-01-10 17:40:20 +00:00
|
|
|
sphinx = "^3.3.1"
|
|
|
|
sphinx_rtd_theme = "^0.5.0"
|
2021-01-10 17:37:18 +00:00
|
|
|
|
2021-03-31 14:13:21 +00:00
|
|
|
[tool.pytest.ini_options]
|
|
|
|
minversion = "6.0"
|
|
|
|
log_cli = true
|
|
|
|
log_cli_level = "DEBUG"
|
|
|
|
|
2021-01-10 17:37:18 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|