nucypher/Pipfile

64 lines
1.1 KiB
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3"
[packages]
# NuCypher
umbral = "==0.1.3a2"
constant-sorrow = ">=0.1.0a9"
bytestring-splitter = ">=1.3.0"
hendrix = ">=3.2.5"
# Third-Party
pyopenssl = "*"
cryptography = ">=2.3"
pysha3="*"
requests = "*"
sqlalchemy = "*"
marshmallow = "*"
maya = "*"
flask = "*"
flask_sqlalchemy = "*"
# Third-Party Ethereum
py-evm = "*"
eth-tester = "*"
coincurve = "*"
web3 = "*"
py-geth = "*"
# CLI / Configuration
appdirs = "*"
click = ">=7.0"
colorama = "*"
tabulate = "*"
[dev-packages]
# Pytest
pytest = "*"
pytest-xdist = "*"
pytest-twisted = "*"
pytest-cov = "*"
pytest-mock = "*"
# Tools
pre-commit = "*"
pyflakes = "*"
bandit = "*"
mypy = "*"
coverage = "*"
# Deployment
py-solc = {git = "https://github.com/nucypher/py-solc.git",ref = "v5.0.0-eol.0"}
ansible = "*"
bumpversion = "*"
[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