-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (30 loc) · 851 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (30 loc) · 851 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
[build-system]
requires = ["setuptools >= 64.0.0"]
build-backend = "setuptools.build_meta"
[project]
name = "rubix-py"
version = "0.3.0"
description = "Rubix Client SDK for Python"
requires-python = ">=3.10"
license = { text = "MIT" }
readme = "docs/readme.rst"
authors = [
{ name = "Arnab Ghose", email = "arnab.g@rubix.net" }
]
maintainers = [
{ name = "Arnab Ghose", email = "arnab.g@rubix.net" }
]
keywords = ["blockchain", "web3", "sdk", "cryptography", "nft"]
dependencies = [
"requests>=2.31.0",
"ecdsa>=0.19.1",
"bip32utils>=0.3.post4",
"mnemonic>=0.21",
"ECPy>=1.2.5",
"py-cid>=0.3.1",
"coincurve>=21.0.0"
]
[project.urls]
Homepage = "https://github.com/rubixchain/rubix-sdk-py"
Repository = "https://github.com/rubixchain/rubix-sdk-py"
"Bug Tracker" = "https://github.com/rubixchain/rubix-sdk-py/issues"