-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (32 loc) · 992 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "moeralib"
version = "0.15.5"
authors = [
{name = "Shmuel Leib Melamud", email = "[email protected]"},
]
description = "Library to interact with Moera decentralized social network"
readme = "README.md"
requires-python = ">=3.10"
keywords = ["Moera", "library", "naming", "node", "API"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"requests>=2.31.0",
"camel-converter",
"jsonschema>=4.19.0",
"cryptography~=42.0.4",
"mnemonic",
"ecpy"
]
[project.urls]
"Homepage" = "https://github.com/MoeraOrg/python-moeralib"
"Bug Tracker" = "https://github.com/MoeraOrg/moera-issues/issues"
"Overview" = "https://moera.org"