e621_bot/pyproject.toml

25 lines
495 B
TOML
Raw Permalink Normal View History

2023-03-22 15:07:42 +00:00
[tool.poetry]
name = "e621-bot"
version = "0.1.0"
description = ""
authors = ["bakatrouble <bakatrouble@gmail.com>"]
readme = "README.md"
packages = []
[tool.poetry.dependencies]
2023-03-30 17:50:09 +00:00
python = ">= 3.9 < 4.0"
2023-09-03 22:57:05 +00:00
aiogram = "^3.0.0"
2023-03-22 15:07:42 +00:00
python-dotenv = "^1.0.0"
httpx = "^0.23.3"
dataclasses-json = "^0.5.7"
redis = {extras = ["hiredis"], version = "^4.5.2"}
2023-03-30 17:50:09 +00:00
pillow = "^9.4.0"
2023-05-31 21:32:11 +00:00
ffmpeg-python = "^0.2.0"
boto3 = "^1.26.144"
2023-03-22 15:07:42 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"