zcash-test-vectors/pyproject.toml

30 lines
881 B
TOML
Raw Normal View History

2021-07-15 08:42:50 -07:00
[tool.poetry]
name = "zcash-test-vectors"
version = "0.1.0"
description = "Zcash test vectors"
authors = [
2021-09-13 07:57:58 -07:00
"Jack Grigg <jack@z.cash>",
"Daira Hopwood <daira@jacaranda.org>",
"ying tong <yingtong@z.cash>",
"Taylor Hornby <taylor@defuse.ca>",
"Kris Nuttycombe <kris@electriccoin.co>",
"Simon <simon@bitcartel.com>",
"Ariel Gabizon <ariel.gabizon@gmail.com>",
"Deirdre Connolly <durumcrustulum@gmail.com>",
2021-07-15 08:42:50 -07:00
]
2021-09-13 07:57:58 -07:00
license = "MIT OR Apache-2.0"
2021-07-15 08:42:50 -07:00
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/"
2021-09-13 07:57:58 -07:00
classifiers = [
"Private :: Do Not Upload",
]
2021-07-15 08:42:50 -07:00
[tool.poetry.dependencies]
python = "^3.7"
numpy = "1.21.0"
chacha20poly1305 = "0.0.3"
cryptography = "36.0.0"
2021-07-15 08:42:50 -07:00
pyblake2 = "1.1.2"