remove aiodns optional dependency from required dependencies

This commit is contained in:
adbenitez
2023-09-01 22:34:14 +02:00
committed by link2xt
parent 7c7cd9cc80
commit a270db1d87

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