mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
17 lines
394 B
TOML
17 lines
394 B
TOML
[tool.poetry]
|
|
name = "royalpack"
|
|
version = "6.0.0a1"
|
|
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.0a32"
|
|
coloredlogs = "^15.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|