mirror of https://github.com/nucypher/nucypher.git
29 lines
522 B
TOML
29 lines
522 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"}
|
|
npre = "*"
|
|
kademlia = {git = "https://github.com/nucypher/kademlia", ref = "kms-dependency"}
|
|
lmdb = "*"
|
|
pynacl = "*"
|
|
"pysha3" = "*"
|
|
bidict = "*"
|
|
"py-ecc" = "*"
|
|
sqlalchemy = "*"
|
|
twisted = "*"
|
|
pyopenssl = "*"
|
|
"service-identity" = "*"
|
|
|
|
[dev-packages]
|
|
|
|
pytest = "*"
|
|
coverage = "*"
|
|
"pytest-cov" = "*"
|
|
pdbpp = "*"
|
|
ipython = "*"
|
|
appdirs = "*"
|
|
codecov = "*" |