[tool.poetry] name = "e621-bot" version = "0.1.0" description = "" authors = ["bakatrouble "] 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"