runabot/pyproject.toml
tmddn3070 6693186d40 FEAT: Inital commit
This Commit Contained Rebrand Patches
2024-03-17 09:42:36 +09:00

34 lines
699 B
TOML

[tool.poetry]
name = "runabot"
version = "0.1.0"
description = ""
authors = ["tmddn3070 <tmddn3070@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
py-cord = {extras = ["speed"], version = "^2.5.0"}
uvloop = "^0.19.0"
nanoid = "^2.0.0"
pendulum = "^3.0.0"
onnxruntime = "^1.17.1"
psutil = "^5.9.8"
meilisearch-python-sdk = "^2.8.0"
pillow = "^10.2.0"
opencv-python = "^4.9.0.80"
aiogoogletrans = "^3.3.3"
koreanbots = "^2.1.0"
joblib = "^1.3.2"
pandas = "^2.2.1"
numpy = "^1.26.4"
sentry-sdk = "^1.42.0"
loguru = "^0.7.2"
orjson = "^3.9.15"
motor = "^3.3.2"
python-dotenv = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"