resize images before sending
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user