mirror of https://github.com/nucypher/nucypher.git
67 lines
1.1 KiB
TOML
67 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.3a0"
|
|
constant-sorrow = ">=0.1.0a8"
|
|
bytestring-splitter = ">=1.0.0a4"
|
|
hendrix = ">=3.1.0"
|
|
# Third-Party
|
|
pyopenssl = "*"
|
|
cryptography = ">=2.3"
|
|
pysha3="*"
|
|
requests = "*"
|
|
sqlalchemy = "*"
|
|
maya = "*"
|
|
flask = "*"
|
|
# Third-Party Ethereum
|
|
py-evm = "*"
|
|
eth-tester = "*"
|
|
py-solc = "*"
|
|
web3 = "*"
|
|
# CLI / Configuration
|
|
sentry-sdk = "==0.5.2"
|
|
appdirs = "*"
|
|
click = ">=7.0"
|
|
colorama = "*"
|
|
boto3 = "*"
|
|
|
|
[dev-packages]
|
|
# Pytest
|
|
pytest = "==4.0.2"
|
|
pytest-xdist = "*"
|
|
pytest-mypy = "*"
|
|
pytest-twisted = "*"
|
|
pytest-cov = "==2.5.1"
|
|
pytest-mock = "*"
|
|
# Tools
|
|
moto = "*"
|
|
mypy = "*"
|
|
# Coverage
|
|
coverage = "*"
|
|
python-coveralls = "*"
|
|
# Deployment
|
|
ansible = "*"
|
|
bumpversion = "*"
|
|
# Documentation
|
|
sphinx = "*"
|
|
recommonmark = "*"
|
|
sphinx_rtd_theme = "*"
|
|
# CLI
|
|
nucypher = {editable = true,path = "."}
|
|
|
|
[scripts]
|
|
install-solc = "scripts/install_solc.sh"
|
|
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
|