1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00
royalnet/pyproject.toml

21 lines
467 B
TOML

[tool.poetry]
name = "royalnet"
version = "6.0.0a9"
description = "A multipurpose bot and web framework"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0-or-later"
[tool.poetry.dependencies]
python = "^3.8"
redis = "^3.5.3"
hiredis = "^1.1.0"
sqlalchemy = "^1.3.19"
toml = "^0.10.1"
[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
pytest-asyncio = "^0.14.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"