jarvis-bot/pyproject.toml

49 lines
1.3 KiB
TOML

[tool.poetry]
name = "jarvis"
version = "2.5.3"
description = "JARVIS admin bot"
authors = ["Zevaryx <zevaryx@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.11,<4"
PyYAML = "^6.0"
GitPython = "^3.1.26"
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" } # Mine
aiohttp = ">=3.9.0b0"
pastypy = "^1.0.3.post1" # Mine
dateparser = "^1.1.1"
aiofile = "^3.8.1"
asyncpraw = "^7.5.0"
rich = "^12.3.0"
jurigged = "^0.5.3" # Contributed
ansitoimg = "^2022.1"
nest-asyncio = "^1.5.5"
thefuzz = { extras = [
"speedup",
], git = "https://github.com/zevaryx/thefuzz.git", rev = "master" } # Forked
beautifulsoup4 = "^4.11.1"
calculator = { git = "https://git.zevaryx.com/zevaryx/calculator.git" } # Mine
redis = "^4.4.0"
interactions-py = ">=5.3,<6"
statipy = { git = "https://github.com/zevaryx/statipy", rev = "main" }
beanie = "^1.17.0"
pydantic = ">=2.3.0,<3"
orjson = "^3.8.8"
croniter = "^1.4.1"
erapi = { git = "https://git.zevaryx.com/zevaryx-technologies/erapi.git" }
pydantic-settings = "^2.2.1"
[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"
pandas = "^1.5.3"
black = "^23.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"