e621_bot/pyproject.toml

22 lines
426 B
TOML
Raw 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]
python = "^3.10"
aiogram = "^2.25.1"
python-dotenv = "^1.0.0"
httpx = "^0.23.3"
dataclasses-json = "^0.5.7"
redis = {extras = ["hiredis"], version = "^4.5.2"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"