2020-10-02 01:01:08 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "royalnet"
|
2020-11-06 16:58:58 +00:00
|
|
|
version = "6.0.0a9"
|
2020-10-02 01:01:08 +00:00
|
|
|
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"
|
2020-10-28 16:46:23 +00:00
|
|
|
toml = "^0.10.1"
|
2020-10-02 01:01:08 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2020-10-08 01:02:49 +00:00
|
|
|
pytest = "^6.1.1"
|
|
|
|
pytest-asyncio = "^0.14.0"
|
2020-10-02 01:01:08 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|