nucypher/Pipfile

37 lines
627 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 = "*"
Twisted = "*"
pyOpenSSL = "*"
service_identity = "*"
apistar = "*"
mypy = "*"
pytest-mypy = "*"
maya = "*"
kms-depend = {git = "https://github.com/nucypher/pyumbral.git"}
[dev-packages]
pytest = "*"
coverage = "*"
pytest-cov = "*"
pdbpp = "*"
ipython = "*"
appdirs = "*"
codecov = "*"