Compare commits

...

1 Commits

Author SHA1 Message Date
adbenitez
1f4b4bf201 fix: remove optional dependency aiodns
it fails to install in android(termux) because binary code dependency
2023-08-29 21:56:04 +02:00

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