mirror of https://github.com/nucypher/nucypher.git
44 lines
1.0 KiB
TOML
44 lines
1.0 KiB
TOML
[[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 = "*"
|
|
apistar = "*"
|
|
mypy = "*"
|
|
pytest-mypy = "*"
|
|
maya = "*"
|
|
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"}
|
|
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 = "*"
|
|
ethereum = "*"
|
|
py-evm = "*"
|
|
eth-tester = "==0.1.0b23"
|
|
py-geth = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|