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
|
2020-04-23 16:47:02 +00:00
|
|
|
constant-sorrow = ">=0.1.0a9"
|
2021-08-17 20:58:38 +00:00
|
|
|
bytestring-splitter = ">=2.4.0"
|
2020-09-17 18:23:11 +00:00
|
|
|
hendrix = ">=3.4"
|
2021-01-05 23:44:30 +00:00
|
|
|
lmdb = "*"
|
2021-09-15 06:21:42 +00:00
|
|
|
umbral = ">=0.3"
|
2020-04-24 19:00:46 +00:00
|
|
|
# Cryptography
|
2018-12-17 21:29:15 +00:00
|
|
|
pyopenssl = "*"
|
2020-12-04 22:03:47 +00:00
|
|
|
cryptography = ">=3.2"
|
2018-07-19 20:47:39 +00:00
|
|
|
pysha3="*"
|
2020-04-24 19:00:46 +00:00
|
|
|
# Utilities
|
|
|
|
maya = "*"
|
2020-10-01 01:08:03 +00:00
|
|
|
tzlocal = "==2.1"
|
2020-01-04 01:24:43 +00:00
|
|
|
marshmallow = "*"
|
2020-06-19 14:15:28 +00:00
|
|
|
msgpack = "*"
|
2020-10-11 23:59:47 +00:00
|
|
|
mako = "*"
|
2020-12-17 22:53:09 +00:00
|
|
|
qrcode = {extras = ["pil"], version = "*"}
|
|
|
|
trezor = "*"
|
2020-04-24 19:00:46 +00:00
|
|
|
# Web
|
|
|
|
requests = "*"
|
2019-01-21 04:24:56 +00:00
|
|
|
flask = "*"
|
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 = "*"
|
2020-12-04 22:03:47 +00:00
|
|
|
web3 = "<=5.12.3"
|
2021-03-24 04:07:46 +00:00
|
|
|
eth-utils = "<1.10"
|
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 = "*"
|
2020-06-19 14:15:28 +00:00
|
|
|
# Felix
|
|
|
|
flask_sqlalchemy = "*"
|
|
|
|
sqlalchemy = "*"
|
|
|
|
|
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 = "*"
|
2020-09-30 21:04:47 +00:00
|
|
|
pytest-timeout = "*"
|
2020-06-07 00:51:07 +00:00
|
|
|
# Tools
|
|
|
|
hypothesis = "*"
|
2021-08-17 20:58:38 +00:00
|
|
|
pre-commit = "2.12.1"
|
2020-04-15 19:45:32 +00:00
|
|
|
pyflakes = "*"
|
|
|
|
bandit = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
mypy = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
coverage = "*"
|
2020-05-26 23:27:51 +00:00
|
|
|
# Develop & Deploy
|
2020-12-04 22:03:47 +00:00
|
|
|
py-solc-x = "==0.10.1"
|
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
|