nucypher/Pipfile

37 lines
627 B
Plaintext
Raw Normal View History

[[source]]
2017-11-16 22:31:29 +00:00
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
2017-11-16 22:31:29 +00:00
[packages]
rpcudp = {git = "https://github.com/nucypher/rpcudp", ref = "kms-dependency"}
kademlia = {git = "https://github.com/nucypher/kademlia", ref = "kms-dependency"}
lmdb = "*"
2018-02-11 05:10:38 +00:00
PyNaCl = "*"
"pysha3" = "*"
bidict = "*"
2018-02-11 05:10:38 +00:00
py_ecc = "*"
SQLAlchemy = "*"
Twisted = "*"
pyOpenSSL = "*"
service_identity = "*"
2017-11-16 22:31:29 +00:00
apistar = "*"
mypy = "*"
pytest-mypy = "*"
2018-02-06 06:55:30 +00:00
maya = "*"
kms-depend = {git = "https://github.com/nucypher/pyumbral.git"}
2017-11-16 22:31:29 +00:00
[dev-packages]
pytest = "*"
coverage = "*"
pytest-cov = "*"
pdbpp = "*"
ipython = "*"
appdirs = "*"
codecov = "*"