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-22 15:08:33 +00:00
|
|
|
python = ">= 3.9"
|
2023-03-22 15:07:42 +00:00
|
|
|
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"
|
|
|
|
|