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
|
2019-09-04 16:35:19 +00:00
|
|
|
umbral = "==0.1.3a2"
|
2020-04-23 16:47:02 +00:00
|
|
|
constant-sorrow = ">=0.1.0a9"
|
2019-12-14 02:59:41 +00:00
|
|
|
bytestring-splitter = ">=1.3.0"
|
2019-09-04 16:35:19 +00:00
|
|
|
hendrix = ">=3.2.5"
|
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 = "*"
|
2020-01-04 01:24:43 +00:00
|
|
|
marshmallow = "*"
|
2018-10-11 00:04:35 +00:00
|
|
|
maya = "*"
|
2019-01-21 04:24:56 +00:00
|
|
|
flask = "*"
|
2019-03-10 03:16:54 +00:00
|
|
|
flask_sqlalchemy = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
# Third-Party Ethereum
|
2019-11-23 02:41:29 +00:00
|
|
|
py-evm = "*"
|
2018-12-17 21:29:15 +00:00
|
|
|
eth-tester = "*"
|
2018-12-03 13:52:47 +00:00
|
|
|
coincurve = "*"
|
2018-08-18 22:36:35 +00:00
|
|
|
web3 = "*"
|
2019-09-04 16:35:19 +00:00
|
|
|
py-geth = "*"
|
2018-11-09 15:19:54 +00:00
|
|
|
# CLI / Configuration
|
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 = "*"
|
2020-01-31 06:39:58 +00:00
|
|
|
tabulate = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
2018-07-19 20:47:39 +00:00
|
|
|
# Pytest
|
2019-05-27 10:05:42 +00:00
|
|
|
pytest = "*"
|
|
|
|
pytest-xdist = "*"
|
2018-07-04 00:50:49 +00:00
|
|
|
pytest-twisted = "*"
|
2019-04-06 03:49:52 +00:00
|
|
|
pytest-cov = "*"
|
2018-12-14 22:23:25 +00:00
|
|
|
pytest-mock = "*"
|
2019-01-25 18:28:48 +00:00
|
|
|
# Tools
|
2018-07-19 20:47:39 +00:00
|
|
|
mypy = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
coverage = "*"
|
2019-01-25 18:28:48 +00:00
|
|
|
# Deployment
|
2019-09-04 21:41:33 +00:00
|
|
|
py-solc = {git = "https://github.com/nucypher/py-solc.git",ref = "v5.0.0-eol.0"}
|
2018-11-03 23:14:02 +00:00
|
|
|
ansible = "*"
|
2019-01-25 18:28:48 +00:00
|
|
|
bumpversion = "*"
|
2020-04-23 18:00:00 +00:00
|
|
|
|
2018-12-14 22:23:25 +00:00
|
|
|
|
2018-06-27 19:32:36 +00:00
|
|
|
[scripts]
|
2020-01-29 13:07:20 +00:00
|
|
|
install-solc = "python3 scripts/installation/install_solc.py"
|
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
|