nucypher/Pipfile

75 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-04-02 06:09:17 +00:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
2018-11-09 15:19:54 +00:00
[requires]
python_version = "3"
[packages]
#
# NuCypher
#
2018-12-10 20:54:22 +00:00
umbral = "==0.1.2a2"
constant-sorrow = ">=0.1.0a7"
bytestring-splitter = "*"
hendrix = ">=3.1.0"
#
# Third-Party
#
cryptography = ">=2.3"
pysha3="*"
requests = "*"
sqlalchemy = "*"
2018-11-09 15:19:54 +00:00
apistar = "<0.6.0"
tzlocal = "<2.0.0"
maya = "*"
2018-12-10 20:54:22 +00:00
pyopenssl = "*"
#
# Third-Party Ethereum
#
2018-12-10 20:54:22 +00:00
eth-abi = "==1.2.2"
eth-hash = {version = "==0.2.0", extras = ["pysha3"]}
2018-12-10 20:54:22 +00:00
eth-utils = "<2"
eth-keys = "*"
eth-tester = ">=0.1.0b33"
py-evm = "==0.2.0a33"
py-solc = "*"
web3 = "*"
#
2018-11-09 15:19:54 +00:00
# CLI / Configuration
#
sentry-sdk = "==0.5.2"
2018-08-06 22:21:08 +00:00
appdirs = "*"
2018-11-09 15:19:54 +00:00
click = ">=7.0"
colorama = "*"
boto3 = "*"
2018-11-09 15:19:54 +00:00
pytest = "*"
[dev-packages]
#
# Pytest
#
pytest = "*"
2018-11-09 15:19:54 +00:00
pytest-xdist = "*"
pytest-mypy = "*"
2018-07-04 00:50:49 +00:00
pytest-twisted = "*"
pytest-cov = "==2.5.1"
pytest-mock = "*"
moto = "*"
mypy = "*"
coverage = "*"
python-coveralls = "*"
ansible = "*"
2018-11-09 15:19:54 +00:00
nucypher = {editable = true, path = "."}
[scripts]
install-solc = "./scripts/install_solc.sh"
estimate-gas = "python3 tests/metrics/estimate_gas.py"
nucypher = "python3 nucypher/cli/main.py"
nucypher-deploy = "python3 nucypher/cli/deploy.py"
[pipenv]
allow_prereleases = true