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"
|
|
|
|
|
2018-11-09 15:19:54 +00:00
|
|
|
[requires]
|
|
|
|
python_version = "3"
|
|
|
|
|
2017-09-25 21:30:00 +00:00
|
|
|
[packages]
|
2018-07-19 20:47:39 +00:00
|
|
|
# NuCypher
|
2018-12-17 21:29:15 +00:00
|
|
|
umbral = "==0.1.3a0"
|
2019-01-15 19:03:05 +00:00
|
|
|
constant-sorrow = ">=0.1.0a8"
|
2018-12-17 21:29:15 +00:00
|
|
|
bytestring-splitter = ">=1.0.0a4"
|
2018-10-11 00:04:35 +00:00
|
|
|
hendrix = ">=3.1.0"
|
2018-07-19 20:47:39 +00:00
|
|
|
# Third-Party
|
2018-12-17 21:29:15 +00:00
|
|
|
pyopenssl = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
cryptography = ">=2.3"
|
|
|
|
pysha3="*"
|
|
|
|
requests = "*"
|
|
|
|
sqlalchemy = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
maya = "*"
|
2018-12-17 21:29:15 +00:00
|
|
|
apistar = "<0.6.0"
|
2018-07-19 20:47:39 +00:00
|
|
|
# Third-Party Ethereum
|
2019-01-15 19:03:05 +00:00
|
|
|
py-evm = "*"
|
2018-12-17 21:29:15 +00:00
|
|
|
eth-tester = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
py-solc = "*"
|
2018-08-18 22:36:35 +00:00
|
|
|
web3 = "*"
|
2018-11-09 15:19:54 +00:00
|
|
|
# CLI / Configuration
|
2018-11-27 22:37:38 +00:00
|
|
|
sentry-sdk = "==0.5.2"
|
2018-08-06 22:21:08 +00:00
|
|
|
appdirs = "*"
|
2018-11-09 15:19:54 +00:00
|
|
|
click = ">=7.0"
|
2018-10-04 21:37:10 +00:00
|
|
|
colorama = "*"
|
2018-11-06 07:11:31 +00:00
|
|
|
boto3 = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
2018-07-19 20:47:39 +00:00
|
|
|
# Pytest
|
2019-01-15 19:03:05 +00:00
|
|
|
pytest = "==4.0.2"
|
2018-11-09 15:19:54 +00:00
|
|
|
pytest-xdist = "*"
|
2018-06-17 01:00:07 +00:00
|
|
|
pytest-mypy = "*"
|
2018-07-04 00:50:49 +00:00
|
|
|
pytest-twisted = "*"
|
2018-12-01 22:52:37 +00:00
|
|
|
pytest-cov = "==2.5.1"
|
2018-12-14 22:23:25 +00:00
|
|
|
pytest-mock = "*"
|
|
|
|
moto = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
mypy = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
coverage = "*"
|
2018-12-01 22:52:37 +00:00
|
|
|
python-coveralls = "*"
|
2018-11-03 23:14:02 +00:00
|
|
|
ansible = "*"
|
2018-11-09 15:19:54 +00:00
|
|
|
nucypher = {editable = true, path = "."}
|
2018-12-14 22:23:25 +00:00
|
|
|
|
2018-06-27 19:32:36 +00:00
|
|
|
[scripts]
|
2018-12-17 21:29:15 +00:00
|
|
|
install-solc = "scripts/install_solc.sh"
|
2018-12-13 22:56:16 +00:00
|
|
|
estimate-gas = "python3 tests/metrics/estimate_gas.py"
|
2018-12-14 22:23:25 +00:00
|
|
|
nucypher-deploy = "python3 nucypher/cli/deploy.py"
|
2018-12-17 21:29:15 +00:00
|
|
|
nucypher = "python3 nucypher/cli/main.py"
|
2018-11-09 17:29:12 +00:00
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|