nucypher/Pipfile

69 lines
1.0 KiB
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3"
[packages]
#
# NuCypher
#
umbral = "==0.1.1a3"
constant-sorrow = "*"
bytestringSplitter = "*"
hendrix = ">=3.1.0"
#
# Third-Party
#
cryptography = ">=2.3"
pysha3="*"
requests = "*"
sqlalchemy = "*"
apistar = "<0.6.0"
tzlocal = "<2.0.0"
maya = "*"
#
# Third-Party Ethereum
#
eth-hash = {version = "==0.2.0", extras = ["pysha3"]}
eth-utils = "==1.2.1"
eth-keys="*"
eth-tester = ">=0.1.0b33"
py-evm = "==0.2.0a33"
py-solc = "*"
web3 = "*"
#
# CLI / Configuration
#
sentry-sdk = "==0.5.2"
appdirs = "*"
click = ">=7.0"
colorama = "*"
boto3 = "*"
pytest = "*"
[dev-packages]
#
# Pytest
#
pytest = "*"
pytest-xdist = "*"
pytest-mypy = "*"
pytest-twisted = "*"
pytest-cov = "==2.5.1"
mypy = "*"
coverage = "*"
python-coveralls = "*"
ansible = "*"
moto = "*"
nucypher = {editable = true, path = "."}
[scripts]
install-solc = "./scripts/install_solc.sh"
nucypher = "python3 nucypher/cli.py"
[pipenv]
allow_prereleases = true