e621_bot/pyproject.toml
2025-07-14 17:12:42 +03:00

21 lines
451 B
TOML

[project]
name = "e621-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiogram>=3.20.0.post0",
"boto3>=1.38.45",
"dataclasses-json>=0.6.7",
"ffmpeg-python>=0.2.0",
"httpx>=0.28.1",
"pillow>=11.2.1",
"python-dotenv>=1.1.1",
"redis>=6.2.0",
"sanic[ext]>=25.3.0",
"sanic-redis>=0.6.0",
"passlib>=1.7.4",
"pyjwt>=2.10.1",
]