nucypher/Pipfile

62 lines
919 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"
[packages]
#
# NuCypher
#
constant-sorrow = "*"
bytestringSplitter = "*"
hendrix = ">=3.1.0"
# Pinned Nucypher
pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-depend"}
#
# Third-Party
#
cryptography = ">=2.3"
pysha3="*"
requests = "*"
sqlalchemy = "*"
2018-09-25 18:04:43 +00:00
apistar = "==0.5.42"
2018-08-31 14:12:49 +00:00
tzlocal = "==2.0.0b1"
maya = "*"
#
# Third-Party Ethereum
#
coincurve = ">=8.0.2"
eth-utils="*"
eth-keys="*"
eth-tester = ">=0.1.0b33"
py-evm = ">=0.2.0a33"
py-solc = "*"
web3 = "*"
#
# CLI / Config
#
2018-08-06 22:21:08 +00:00
appdirs = "*"
click = "*"
colorama = "*"
moto = "*"
boto3 = "*"
nucypher = {editable = true, path = "."}
[dev-packages]
#
# Pytest
#
pytest = "*"
pytest-mypy = "*"
2018-07-04 00:50:49 +00:00
pytest-twisted = "*"
pytest-cov = "*"
mypy = "*"
codecov = "*"
coverage = "*"
[pipenv]
allow_prereleases = true
[scripts]
install-solc = "./scripts/install_solc.sh"