mirror of https://github.com/nucypher/nucypher.git
35 lines
668 B
TOML
35 lines
668 B
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"}
|
|
lmdb = "*"
|
|
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"}
|
|
|
|
|
|
[dev-packages]
|
|
|
|
pytest = "*"
|
|
coverage = "*"
|
|
pytest-cov = "*"
|
|
pdbpp = "*"
|
|
ipython = "*"
|
|
appdirs = "*"
|
|
codecov = "*"
|