feat: add custom encoding support

This commit is contained in:
Oleg A 2023-08-22 16:28:21 +03:00
parent b7be9c2b81
commit ec3ee8f613
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5
4 changed files with 186 additions and 31 deletions

View file

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