1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 19:14:20 +00:00
royalnet/pyproject.toml

19 lines
413 B
TOML
Raw Normal View History

2021-01-03 00:32:36 +00:00
[tool.poetry]
name = "royalpack"
version = "6.0.0a1"
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"
royalnet = "6.0.0a33"
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]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"