mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Custom encoding support (#1278)
* Custom encoding support in deep-linking
This commit is contained in:
parent
5cf8d7b565
commit
995a0d7e9b
5 changed files with 187 additions and 32 deletions
|
|
@ -78,7 +78,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