2017-09-25 21:30:00 +00:00
|
|
|
[[source]]
|
2017-11-16 22:31:29 +00:00
|
|
|
|
2017-09-25 21:30:00 +00:00
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
2017-11-16 22:31:29 +00:00
|
|
|
|
2017-09-25 21:30:00 +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 = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
"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 = "*"
|
2017-11-22 06:01:24 +00:00
|
|
|
mypy = "*"
|
2018-02-07 07:37:33 +00:00
|
|
|
pytest-mypy = "*"
|
2018-02-06 06:55:30 +00:00
|
|
|
maya = "*"
|
2018-02-07 07:37:33 +00:00
|
|
|
kms-depend = {git = "https://github.com/nucypher/pyumbral.git"}
|
2017-11-16 22:31:29 +00:00
|
|
|
|
2017-09-25 21:30:00 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
|
|
|
|
pytest = "*"
|
|
|
|
coverage = "*"
|
2018-02-07 07:37:33 +00:00
|
|
|
pytest-cov = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
pdbpp = "*"
|
|
|
|
ipython = "*"
|
2017-10-18 00:59:12 +00:00
|
|
|
appdirs = "*"
|
2018-02-07 07:37:33 +00:00
|
|
|
codecov = "*"
|