mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
feat: add custom encoding support
This commit is contained in:
parent
b7be9c2b81
commit
ec3ee8f613
4 changed files with 186 additions and 31 deletions
|
|
@ -77,7 +77,8 @@ test = [
|
|||
"pytest-cov~=4.0.0",
|
||||
"pytest-aiohttp~=1.0.4",
|
||||
"aresponses~=2.1.6",
|
||||
"pytz~=2022.7.1"
|
||||
"pytz~=2022.7.1",
|
||||
"pycryptodomex~=3.18",
|
||||
]
|
||||
docs = [
|
||||
"Sphinx~=7.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue