nucypher/Pipfile

68 lines
964 B
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.1a3"
constant-sorrow = "*"
bytestringSplitter = "*"
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 = "*"
#
# Third-Party Ethereum
#
2018-11-10 21:41:10 +00:00
eth-utils="==1.2.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
#
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 = "*"
mypy = "*"
codecov = "*"
coverage = "*"
sentry-sdk = "==0.5.2"
ansible = "*"
moto = "*"
2018-11-09 15:19:54 +00:00
nucypher = {editable = true, path = "."}
[scripts]
install-solc = "./scripts/install_solc.sh"
2018-11-09 20:24:39 +00:00
nucypher = "python3 nucypher/cli.py"
[pipenv]
allow_prereleases = true