mirror of https://github.com/nucypher/nucypher.git
73 lines
1.2 KiB
TOML
73 lines
1.2 KiB
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[requires]
|
|
python_version = "3"
|
|
|
|
[packages]
|
|
# NuCypher
|
|
constant-sorrow = ">=0.1.0a9"
|
|
bytestring-splitter = ">=2.4.0"
|
|
hendrix = ">=3.4"
|
|
lmdb = "*"
|
|
umbral = ">=0.3"
|
|
# Cryptography
|
|
pyopenssl = "*"
|
|
cryptography = ">=3.2"
|
|
pysha3="*"
|
|
# Utilities
|
|
maya = "*"
|
|
tzlocal = "==2.1"
|
|
marshmallow = "*"
|
|
msgpack = "*"
|
|
mako = "*"
|
|
qrcode = {extras = ["pil"], version = "*"}
|
|
trezor = "*"
|
|
# Web
|
|
requests = "*"
|
|
flask = "*"
|
|
# Third-Party Ethereum
|
|
py-evm = "*"
|
|
eth-tester = "*"
|
|
coincurve = "*"
|
|
web3 = "<=5.12.3"
|
|
eth-utils = "<1.10"
|
|
py-geth = "*"
|
|
# CLI / Configuration
|
|
appdirs = "*"
|
|
click = ">=7.0"
|
|
colorama = "*"
|
|
tabulate = "*"
|
|
# Felix
|
|
flask_sqlalchemy = "*"
|
|
sqlalchemy = "*"
|
|
|
|
[dev-packages]
|
|
# Pytest
|
|
pytest = "*"
|
|
pytest-xdist = "*"
|
|
pytest-twisted = "*"
|
|
pytest-cov = "*"
|
|
pytest-mock = "*"
|
|
pytest-timeout = "*"
|
|
# Tools
|
|
hypothesis = "*"
|
|
pre-commit = "2.12.1"
|
|
pyflakes = "*"
|
|
bandit = "*"
|
|
mypy = "*"
|
|
coverage = "*"
|
|
# Develop & Deploy
|
|
py-solc-x = "==0.10.1"
|
|
|
|
[scripts]
|
|
install-solc = "python3 scripts/installation/install_solc.py"
|
|
estimate-gas = "python3 tests/metrics/estimate_gas.py"
|
|
nucypher-deploy = "python3 nucypher/cli/deploy.py"
|
|
nucypher = "python3 nucypher/cli/main.py"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|