1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-22 11:04:21 +00:00
royalnet/pyproject.toml
2023-12-17 06:19:37 +01:00

43 lines
1.1 KiB
TOML

[tool.poetry]
name = "royalpack"
version = "6.10.1"
description = "Royalnet Commands for the RYG community"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "AGPL-3.0-or-later"
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",
]
[tool.poetry.dependencies]
python = "^3.8"
coloredlogs = "^15.0"
aiohttp = "^3.7.4"
psycopg2 = "^2.8.6"
royalnet = "~6.6.0"
royalnet_telethon = "^6.6.2"
royalnet_console = "^6.6.2"
royalnet_discordpy = "^6.6.2"
alembic = "^1.5.8"
steam = "^1.2.0"
SQLAlchemy-Utils = "^0.37.0"
arrow = "^1.0.3"
colour = "^0.1.5"
royalspells = "^3.2"
async-timeout = "^3.0.1"
sentry-sdk = "^1.0.0"
[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
pytest-asyncio = "^0.15.0"
sphinx = "^3.3.1"
sphinx_rtd_theme = "^0.5.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"