mirror of https://github.com/zcash/developers.git
23 lines
527 B
TOML
23 lines
527 B
TOML
[tool.poetry]
|
|
name = "zcash-developer-tools"
|
|
version = "0.1.0"
|
|
description = "Zcash Developer Tools"
|
|
authors = [
|
|
"Jack Grigg <jack@electriccoin.co>",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
homepage = "https://github.com/zcash/developers/"
|
|
repository = "https://github.com/zcash/developers/"
|
|
documentation = "https://github.com/zcash/developers/"
|
|
classifiers = [
|
|
"Private :: Do Not Upload",
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
drest = "0.9.12"
|
|
networkx = "3.1"
|
|
pygraphviz = "1.11"
|
|
sgqlc = "16.3"
|