2021-01-03 00:32:36 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "royalpack"
|
2021-01-14 16:43:26 +00:00
|
|
|
version = "6.0.0a3"
|
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"
|
2021-01-14 16:48:08 +00:00
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/RYGhub/royalpack"
|
|
|
|
keywords = ["royalnet"]
|
|
|
|
classifiers = [
|
|
|
|
"Development Status :: 3 - Alpha",
|
|
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
|
]
|
2021-01-03 00:32:36 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2021-01-14 16:48:08 +00:00
|
|
|
python = "^3.8"
|
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"
|