18 lines
377 B
TOML
18 lines
377 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>=25.3.0",
|
|
]
|