fix: remove optional dependency aiodns

it fails to install in android(termux) because binary code dependency
This commit is contained in:
adbenitez
2023-08-29 21:56:04 +02:00
parent 9a7d1faf75
commit 1f4b4bf201

View File

@@ -6,8 +6,7 @@ build-backend = "setuptools.build_meta"
name = "deltachat-rpc-client"
description = "Python client for Delta Chat core JSON-RPC interface"
dependencies = [
"aiohttp",
"aiodns"
"aiohttp"
]
classifiers = [
"Development Status :: 5 - Production/Stable",