Custom encoding support (#1278)

* Custom encoding support in deep-linking
This commit is contained in:
Oleg A 2023-09-03 00:26:57 +03:00 committed by GitHub
parent 5cf8d7b565
commit 995a0d7e9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 187 additions and 32 deletions

View file

@ -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",