You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
495 B

[tool.poetry]
name = "e621-bot"
version = "0.1.0"
description = ""
authors = ["bakatrouble <bakatrouble@gmail.com>"]
readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = ">= 3.9 < 4.0"
aiogram = "^3.0.0"
python-dotenv = "^1.0.0"
httpx = "^0.23.3"
dataclasses-json = "^0.5.7"
redis = {extras = ["hiredis"], version = "^4.5.2"}
pillow = "^9.4.0"
ffmpeg-python = "^0.2.0"
boto3 = "^1.26.144"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"