forked from zcash/zcash-test-vectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
28 lines (27 loc) · 857 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
[tool.poetry]
name = "zcash-test-vectors"
version = "0.1.0"
description = "Zcash test vectors"
authors = [
"Jack Grigg <[email protected]>",
"Daira Hopwood <[email protected]>",
"ying tong <[email protected]>",
"Taylor Hornby <[email protected]>",
"Kris Nuttycombe <[email protected]>",
"Simon <[email protected]>",
"Ariel Gabizon <[email protected]>",
"Deirdre Connolly <[email protected]>",
]
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://github.com/zcash-hackworks/zcash-test-vectors/"
repository = "https://github.com/zcash-hackworks/zcash-test-vectors/"
documentation = "https://github.com/zcash-hackworks/zcash-test-vectors/"
classifiers = [
"Private :: Do Not Upload",
]
[tool.poetry.dependencies]
python = "^3.7"
numpy = "1.21.0"
chacha20poly1305 = "0.0.3"
pyblake2 = "1.1.2"