Skip to content

Commit

Permalink
Merge pull request #42 from dannywillems/add-poetry
Browse files Browse the repository at this point in the history
[Suggestion/Discussion] Support poetry
  • Loading branch information
str4d committed Sep 13, 2021
2 parents a3fd15b + e06eb19 commit 05a7a97
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 0 deletions.
78 changes: 78 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[tool.poetry]
name = "zcash-test-vectors"
version = "0.1.0"
description = "Zcash test vectors"
authors = [
"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>",
]
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"

0 comments on commit 05a7a97

Please sign in to comment.