-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (29 loc) · 931 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
[tool.poetry]
name = "web3research"
version = "0.0.7"
description = "Python SDK for Web3Research Platform"
authors = [
"NJU Blockchain <[email protected]>",
"Command <[email protected]>"
]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/njublockchain/web3research-py"
repository = "https://github.com/njublockchain/web3research-py"
documentation = "https://github.com/njublockchain/web3research-py"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
keywords = ["web3", "web3research", "blockchain", "ethereum", "tron", "web3.py"]
[tool.poetry.dependencies]
python = "^3.8"
web3 = "^6.20"
clickhouse-connect = "^0.7.10"
base58 = "^2.1.1"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/njublockchain/web3research-py/issues"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"