2021-01-03 00:32:36 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "royalpack"
|
2021-01-10 18:46:40 +00:00
|
|
|
version = "6.0.0a2"
|
2021-01-03 00:43:10 +00:00
|
|
|
description = "Royalnet Commands for the RYG community"
|
2021-01-03 00:32:36 +00:00
|
|
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
2021-01-08 18:40:57 +00:00
|
|
|
royalnet = "^6.0.0a36"
|
2021-01-03 00:32:36 +00:00
|
|
|
coloredlogs = "^15.0"
|
2021-01-03 01:22:46 +00:00
|
|
|
aiohttp = "^3.7.3"
|
2021-01-03 00:32:36 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-01-14 16:40:02 +00:00
|
|
|
royalnet_console = "^0.3.0"
|
2021-01-03 00:32:36 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|