2021-01-03 00:32:36 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "royalpack"
|
2022-02-22 04:04:52 +00:00
|
|
|
version = "6.1.1"
|
2021-01-03 00:43:10 +00:00
|
|
|
description = "Royalnet Commands for the RYG community"
|
2021-01-14 16:48:38 +00:00
|
|
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
2021-01-03 00:32:36 +00:00
|
|
|
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-03 00:32:36 +00:00
|
|
|
coloredlogs = "^15.0"
|
2021-04-03 16:43:34 +00:00
|
|
|
aiohttp = "^3.7.4"
|
2021-04-06 01:58:55 +00:00
|
|
|
psycopg2 = "^2.8.6"
|
2021-04-29 23:22:47 +00:00
|
|
|
royalnet = "~6.5.6"
|
2022-02-22 04:04:52 +00:00
|
|
|
royalnet_telethon = "^2.2.0"
|
2021-04-19 01:28:00 +00:00
|
|
|
royalnet_console = "^2.0.4"
|
2021-04-17 22:39:43 +00:00
|
|
|
alembic = "^1.5.8"
|
|
|
|
steam = "^1.2.0"
|
|
|
|
SQLAlchemy-Utils = "^0.37.0"
|
|
|
|
arrow = "^1.0.3"
|
|
|
|
colour = "^0.1.5"
|
2021-04-18 15:15:50 +00:00
|
|
|
royalspells = "^3.2"
|
2021-04-19 14:11:08 +00:00
|
|
|
async-timeout = "^3.0.1"
|
2022-02-22 04:04:52 +00:00
|
|
|
royalnet-discordpy = "^0.6.0"
|
2021-04-30 13:22:58 +00:00
|
|
|
sentry-sdk = "^1.0.0"
|
2021-01-03 00:32:36 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|