mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
fix: remove optional dependency aiodns
it fails to install in android(termux) because binary code dependency
This commit is contained in:
@@ -6,8 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "deltachat-rpc-client"
|
name = "deltachat-rpc-client"
|
||||||
description = "Python client for Delta Chat core JSON-RPC interface"
|
description = "Python client for Delta Chat core JSON-RPC interface"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp",
|
"aiohttp"
|
||||||
"aiodns"
|
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|||||||
Reference in New Issue
Block a user