2020-10-02 01:01:08 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "royalnet"
|
2021-04-17 02:18:56 +00:00
|
|
|
version = "6.4.4"
|
2021-01-14 16:26:53 +00:00
|
|
|
description = "A multipurpose bot framework"
|
2021-01-14 16:20:44 +00:00
|
|
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
2020-10-02 01:01:08 +00:00
|
|
|
license = "AGPL-3.0-or-later"
|
2021-01-14 16:26:53 +00:00
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/Steffo99/royalnet"
|
|
|
|
documentation = "https://royalnet-6.readthedocs.io/"
|
|
|
|
keywords = ["royalnet"]
|
|
|
|
classifiers = [
|
2021-01-23 00:11:47 +00:00
|
|
|
"Development Status :: 4 - Beta",
|
2021-01-14 16:26:53 +00:00
|
|
|
"Intended Audience :: Developers",
|
|
|
|
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
|
"Topic :: Communications :: Chat",
|
|
|
|
"Typing :: Typed"
|
|
|
|
]
|
2020-10-02 01:01:08 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
2021-04-03 16:43:34 +00:00
|
|
|
sqlalchemy = "^1.4.5"
|
2020-10-28 16:46:23 +00:00
|
|
|
toml = "^0.10.1"
|
2021-03-31 14:26:10 +00:00
|
|
|
pydantic = "^1.8.1"
|
2021-02-20 00:55:44 +00:00
|
|
|
async-property = "^0.2.1"
|
2020-10-02 01:01:08 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-02-20 00:55:44 +00:00
|
|
|
pytest = "^6.2.2"
|
2020-10-08 01:02:49 +00:00
|
|
|
pytest-asyncio = "^0.14.0"
|
2021-03-31 14:26:10 +00:00
|
|
|
sphinx = "^3.5.3"
|
2020-11-17 01:59:35 +00:00
|
|
|
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"
|