2018-04-02 06:09:17 +00:00
|
|
|
[[source]]
|
2017-09-25 21:30:00 +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"}
|
2018-04-07 20:08:30 +00:00
|
|
|
PyNaCl = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
"pysha3" = "*"
|
|
|
|
bidict = "*"
|
2018-04-07 20:08:30 +00:00
|
|
|
py_ecc = "*"
|
|
|
|
SQLAlchemy = "*"
|
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-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"}
|
2018-04-04 06:34:49 +00:00
|
|
|
constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref = "kms-depend"}
|
2018-04-02 06:09:17 +00:00
|
|
|
bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "eaa1df2433362190f30bc6e400570f0331980ebb"}
|
2018-04-07 20:08:30 +00:00
|
|
|
appdirs = "*"
|
2018-04-13 22:21:15 +00:00
|
|
|
eth-tester = "==0.1.0b23"
|
2018-04-12 20:02:18 +00:00
|
|
|
py-evm = "*"
|
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 = "*"
|
2018-04-12 20:02:18 +00:00
|
|
|
py-solc = "*"
|
2018-04-13 22:21:15 +00:00
|
|
|
ipdb = "*"
|
2018-04-12 20:02:18 +00:00
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|