2019-11-22 20:09:46 +00:00
|
|
|
# Remember to run `poetry update` after you edit this file!
|
|
|
|
|
|
|
|
[tool.poetry]
|
|
|
|
name = "royalpack"
|
2020-05-08 21:53:16 +00:00
|
|
|
version = "5.7.15"
|
2019-11-22 20:09:46 +00:00
|
|
|
description = "A Royalnet command pack for the Royal Games community"
|
|
|
|
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
|
2019-12-09 12:31:00 +00:00
|
|
|
license = "AGPL-3.0+"
|
2019-11-22 20:09:46 +00:00
|
|
|
readme = "README.md"
|
|
|
|
homepage = "https://github.com/Steffo99/royalpack"
|
|
|
|
documentation = "https://gh.steffo.eu/royalpack/"
|
|
|
|
classifiers = [
|
|
|
|
"Development Status :: 3 - Alpha",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"
|
|
|
|
]
|
|
|
|
|
|
|
|
# Library dependencies
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
2019-11-28 01:30:40 +00:00
|
|
|
|
2019-11-29 14:55:52 +00:00
|
|
|
riotwatcher = "^2.7.1"
|
2019-12-03 13:57:08 +00:00
|
|
|
royalspells = "^3.2"
|
2020-01-20 21:47:45 +00:00
|
|
|
steam = "^0.9.1"
|
2019-11-29 14:55:52 +00:00
|
|
|
|
2019-12-09 12:31:00 +00:00
|
|
|
[tool.poetry.dependencies.royalnet]
|
2020-05-07 16:30:03 +00:00
|
|
|
version = "~5.7.7"
|
2019-12-09 12:31:00 +00:00
|
|
|
# Maybe... there is a way to make these selectable?
|
|
|
|
extras = [
|
|
|
|
"telegram",
|
|
|
|
"discord",
|
|
|
|
"alchemy_easy",
|
|
|
|
"bard",
|
|
|
|
"constellation",
|
|
|
|
"sentry",
|
|
|
|
"herald",
|
2020-01-09 02:14:56 +00:00
|
|
|
"coloredlogs",
|
|
|
|
"matrix"
|
2019-12-09 12:31:00 +00:00
|
|
|
]
|
2019-11-22 20:09:46 +00:00
|
|
|
|
|
|
|
# Development dependencies
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Optional dependencies
|
|
|
|
[tool.poetry.extras]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|