resize images before sending

This commit is contained in:
2023-03-30 20:50:09 +03:00
parent 8729994bf8
commit 02e5eeb7d5
3 changed files with 115 additions and 8 deletions

View File

@@ -7,12 +7,13 @@ readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = ">= 3.9"
python = ">= 3.9 < 4.0"
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"}
pillow = "^9.4.0"
[build-system]