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

18 lines
413 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"
aiohttp = "^3.7.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"