Merge pull request #1726 from hlohaus/giga

Bug fixes and android support
This commit is contained in:
H Lohaus 2024-03-19 18:59:42 +01:00 committed by GitHub
commit 79bc56f36e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 245 additions and 55 deletions

View file

@ -11,6 +11,7 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as fh:
INSTALL_REQUIRE = [
"requests",
"aiohttp",
"brotli"
]
EXTRA_REQUIRE = {