36 lines
943 B
TOML
36 lines
943 B
TOML
[tool.poetry]
|
|
name = "jarvis"
|
|
version = "2.1.0"
|
|
description = "JARVIS admin bot"
|
|
authors = ["Zevaryx <zevaryx@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
PyYAML = "^6.0"
|
|
GitPython = "^3.1.26"
|
|
mongoengine = "^0.23.1"
|
|
opencv-python = "^4.5.5"
|
|
Pillow = "^9.0.0"
|
|
psutil = "^5.9.0"
|
|
python-gitlab = "^3.1.1"
|
|
ulid-py = "^1.1.0"
|
|
tweepy = "^4.5.0"
|
|
jarvis-core = {git = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git", rev = "main"}
|
|
aiohttp = "^3.8.1"
|
|
pastypy = "^1.0.1"
|
|
dateparser = "^1.1.1"
|
|
aiofile = "^3.7.4"
|
|
asyncpraw = "^7.5.0"
|
|
rook = "^0.1.170"
|
|
rich = "^12.3.0"
|
|
jurigged = "^0.5.0"
|
|
aioredis = "^2.0.1"
|
|
naff = { version = "^1.2.0", extras = ["orjson"] }
|
|
nafftrack = {git = "https://github.com/artem30801/nafftrack.git", rev = "master"}
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = {version = "^22.3.0", allow-prereleases = true}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|