mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 19:14:20 +00:00
19 lines
442 B
TOML
19 lines
442 B
TOML
[tool.poetry]
|
|
name = "royalpack"
|
|
version = "6.0.0a3"
|
|
description = "Royalnet Commands for the RYG community"
|
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
royalnet = "^6.0.0a36"
|
|
coloredlogs = "^15.0"
|
|
aiohttp = "^3.7.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
royalnet_console = "^0.3.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|