mirror of https://github.com/nucypher/nucypher.git
61 lines
827 B
TOML
61 lines
827 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
#
|
|
# NuCypher
|
|
#
|
|
umbral = "*"
|
|
constant-sorrow = "*"
|
|
bytestringSplitter = "*"
|
|
hendrix = ">=3.1.0"
|
|
#
|
|
# Third-Party
|
|
#
|
|
cryptography = ">=2.3"
|
|
pysha3="*"
|
|
requests = "*"
|
|
sqlalchemy = "*"
|
|
apistar = "==0.5.42"
|
|
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
|
|
#
|
|
appdirs = "*"
|
|
click = "*"
|
|
colorama = "*"
|
|
moto = "*"
|
|
boto3 = "*"
|
|
nucypher = {editable = true, path = "."}
|
|
|
|
[dev-packages]
|
|
#
|
|
# Pytest
|
|
#
|
|
pytest = "*"
|
|
pytest-mypy = "*"
|
|
pytest-twisted = "*"
|
|
pytest-cov = "*"
|
|
mypy = "*"
|
|
codecov = "*"
|
|
coverage = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|
|
|
|
[scripts]
|
|
install-solc = "./scripts/install_solc.sh"
|