-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (33 loc) · 1008 Bytes
/
pyproject.toml
File metadata and controls
35 lines (33 loc) · 1008 Bytes
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
35
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "moeralib"
version = "0.18.3.1"
authors = [
{name = "Shmuel Leib Melamud", email = "balu@moera.org"},
]
description = "Library to interact with Moera decentralized social network"
license = "Apache-2.0"
license-files = ["LICENSE"]
readme = "README.md"
requires-python = ">=3.10"
keywords = ["Moera", "library", "naming", "node", "API"]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies = [
"requests>=2.33.1",
"camel-converter>=5.1.0",
"jsonschema>=4.26.0",
"cryptography~=46.0.7",
"mnemonic>=0.21",
"ecpy>=1.2.5",
]
[project.urls]
"Homepage" = "https://github.com/MoeraOrg/python-moeralib"
"Bug Tracker" = "https://github.com/MoeraOrg/moera-issues/issues"
"Overview" = "https://moera.org"