jarvis-core/pyproject.toml

22 lines
430 B
TOML

[tool.poetry]
name = "jarvis-core"
version = "0.8.6"
description = "JARVIS core"
authors = ["Zevaryx <zevaryx@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
orjson = "^3.6.6"
motor = "^2.5.1"
umongo = "^3.1.0"
PyYAML = "^6.0"
pytz = "^2022.1"
aiohttp = "^3.8.1"
rich = "^12.3.0"
[tool.poetry.dev-dependencies]
pytest = "^7.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"