nucypher/Pipfile

40 lines
988 B
Plaintext
Raw Normal View History

2018-04-02 06:09:17 +00:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
rpcudp = {git = "https://github.com/nucypher/rpcudp", ref = "kms-dependency"}
kademlia = {git = "https://github.com/nucypher/kademlia", ref = "kms-dependency"}
PyNaCl = "*"
"pysha3" = "*"
bidict = "*"
py_ecc = "*"
SQLAlchemy = "*"
2017-11-16 22:31:29 +00:00
apistar = "*"
mypy = "*"
pytest-mypy = "*"
2018-02-06 06:55:30 +00:00
maya = "*"
2018-03-07 01:46:27 +00:00
pyumbral = {git = "https://github.com/nucypher/pyumbral.git"}
requests = "*"
hendrix = {git = "https://github.com/hendrix/hendrix", ref = "tags/3.0.0rc1"}
constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref = "kms-depend"}
2018-04-02 06:09:17 +00:00
bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "eaa1df2433362190f30bc6e400570f0331980ebb"}
appdirs = "*"
eth-tester = "==0.1.0b23"
py-evm = "*"
[dev-packages]
pytest = "*"
coverage = "*"
pytest-cov = "*"
pdbpp = "*"
ipython = "*"
appdirs = "*"
codecov = "*"
py-solc = "*"
ipdb = "*"
[pipenv]
allow_prereleases = true