[[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.0a8" bytestring-splitter = ">=1.3.0" hendrix = ">=3.2.5" # Third-Party pyopenssl = "*" cryptography = ">=2.3" pysha3="*" requests = "*" sqlalchemy = "*" maya = "*" flask = "*" flask_sqlalchemy = "*" # Third-Party Ethereum py-evm = "*" eth-tester = "*" coincurve = "*" web3 = "*" py-geth = "*" # CLI / Configuration sentry-sdk = "==0.9.0" appdirs = "*" click = ">=7.0" colorama = "*" flask-limiter = "*" [dev-packages] # Pytest pytest = "*" pytest-xdist = "*" pytest-mypy = "*" pytest-twisted = "*" pytest-cov = "*" pytest-mock = "*" # Tools mypy = "*" # Coverage coverage = "*" # Deployment py-solc = {git = "https://github.com/nucypher/py-solc.git",ref = "v5.0.0-eol.0"} ansible = "*" bumpversion = "*" # Documentation sphinx = "*" recommonmark = "*" sphinx_rtd_theme = "*" aafigure = "*" [scripts] install-solc = "scripts/installation/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