mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
15 lines
299 B
TOML
15 lines
299 B
TOML
[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"
|
|
]
|