mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
Add async python client for Delta Chat core JSON-RPC
This commit is contained in:
14
deltachat-rpc-client/pyproject.toml
Normal file
14
deltachat-rpc-client/pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "deltachat-rpc-client"
|
||||
description = "Python client for Delta Chat core JSON-RPC interface"
|
||||
dependencies = [
|
||||
"aiohttp",
|
||||
"aiodns"
|
||||
]
|
||||
dynamic = [
|
||||
"version"
|
||||
]
|
||||
Reference in New Issue
Block a user