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]
|
2018-07-19 20:47:39 +00:00
|
|
|
#
|
|
|
|
# NuCypher
|
|
|
|
#
|
2018-10-10 11:17:46 +00:00
|
|
|
umbral = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
constant-sorrow = "*"
|
2018-08-05 20:08:25 +00:00
|
|
|
bytestringSplitter = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
hendrix = ">=3.1.0"
|
2018-07-19 20:47:39 +00:00
|
|
|
#
|
|
|
|
# Third-Party
|
|
|
|
#
|
|
|
|
cryptography = ">=2.3"
|
|
|
|
pysha3="*"
|
|
|
|
requests = "*"
|
|
|
|
sqlalchemy = "*"
|
2018-09-25 18:04:43 +00:00
|
|
|
apistar = "==0.5.42"
|
2018-11-05 11:14:35 +00:00
|
|
|
tzlocal = "==1.5.1"
|
2018-10-11 00:04:35 +00:00
|
|
|
maya = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
#
|
|
|
|
# Third-Party Ethereum
|
|
|
|
#
|
2018-08-05 03:46:11 +00:00
|
|
|
coincurve = ">=8.0.2"
|
2018-07-19 20:47:39 +00:00
|
|
|
eth-utils="*"
|
|
|
|
eth-keys="*"
|
2018-10-11 00:04:35 +00:00
|
|
|
eth-tester = ">=0.1.0b33"
|
|
|
|
py-evm = ">=0.2.0a33"
|
|
|
|
py-solc = "*"
|
2018-08-18 22:36:35 +00:00
|
|
|
web3 = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
#
|
|
|
|
# CLI / Config
|
|
|
|
#
|
2018-08-06 22:21:08 +00:00
|
|
|
appdirs = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
click = "*"
|
2018-10-04 21:37:10 +00:00
|
|
|
colorama = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
moto = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
2018-07-19 20:47:39 +00:00
|
|
|
#
|
|
|
|
# Pytest
|
|
|
|
#
|
2018-06-27 06:10:29 +00:00
|
|
|
pytest = "*"
|
2018-06-17 01:00:07 +00:00
|
|
|
pytest-mypy = "*"
|
2018-07-04 00:50:49 +00:00
|
|
|
pytest-twisted = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
pytest-cov = "*"
|
|
|
|
mypy = "*"
|
2018-04-26 20:54:44 +00:00
|
|
|
codecov = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
coverage = "*"
|
2018-11-03 23:14:02 +00:00
|
|
|
boto3 = "*"
|
|
|
|
sentry-sdk = "==0.5.2"
|
|
|
|
ansible = "*"
|
2018-11-05 11:14:35 +00:00
|
|
|
nucypher = {editable = true, path = "."}
|
2018-04-12 20:02:18 +00:00
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|
2018-06-27 19:32:36 +00:00
|
|
|
|
|
|
|
[scripts]
|
2018-08-18 22:36:35 +00:00
|
|
|
install-solc = "./scripts/install_solc.sh"
|