nucypher/Pipfile

68 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
umbral = "==0.1.3a0"
constant-sorrow = ">=0.1.0a8"
bytestring-splitter = ">=1.0.0a4"
hendrix = ">=3.2.2"
# Third-Party
pyopenssl = "*"
cryptography = ">=2.3"
pysha3="*"
requests = "*"
sqlalchemy = "*"
maya = "*"
flask = "*"
# Third-Party Ethereum
2019-02-16 11:19:54 +00:00
py-evm = "==0.2.0a39"
eth-tester = "*"
2018-12-03 13:52:47 +00:00
coincurve = "*"
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 = "*"
[dev-packages]
# Pytest
pytest = "==4.0.2"
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 = "*"
2019-01-25 18:28:48 +00:00
# Tools
moto = "*"
mypy = "*"
2019-01-25 18:28:48 +00:00
# Coverage
coverage = "*"
python-coveralls = "*"
2019-01-25 18:28:48 +00:00
# Deployment
py-solc = {editable = true,git = "https://github.com/nucypher/py-solc.git",ref = "v5.0.0-eol.0"}
ansible = "*"
2019-01-25 18:28:48 +00:00
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