nucypher/Pipfile

35 lines
668 B
Plaintext
Raw Normal View History

2018-03-07 01:46:27 +00:00
[[source]]
2017-11-16 22:31:29 +00:00
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 = "*"
2018-03-07 01:46:27 +00:00
pynacl = "*"
"pysha3" = "*"
bidict = "*"
2018-03-07 01:46:27 +00:00
py-ecc = "*"
sqlalchemy = "*"
2017-11-16 22:31:29 +00:00
apistar = "*"
mypy = "*"
pytest-mypy = "*"
2018-02-06 06:55:30 +00:00
maya = "*"
2018-03-07 01:46:27 +00:00
pyumbral = {git = "https://github.com/nucypher/pyumbral.git"}
requests = "*"
hendrix = {git = "https://github.com/hendrix/hendrix", ref = "tags/3.0.0rc1"}
2017-11-16 22:31:29 +00:00
[dev-packages]
pytest = "*"
coverage = "*"
pytest-cov = "*"
pdbpp = "*"
ipython = "*"
appdirs = "*"
codecov = "*"