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

24 lines
523 B
TOML
Raw Normal View History

2020-10-02 01:01:08 +00:00
[tool.poetry]
name = "royalnet"
2020-12-28 13:51:49 +00:00
version = "6.0.0a21"
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"
sqlalchemy = "^1.3.19"
toml = "^0.10.1"
pydantic = "^1.7.3"
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-11-17 01:59:35 +00:00
sphinx = "^3.3.1"
sphinx_rtd_theme = "^0.5.0"
2020-12-17 10:21:30 +00:00
async-timeout = "^3.0.1"
2020-10-02 01:01:08 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"