nucypher/Pipfile

63 lines
1.2 KiB
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
#
# NuCypher
#
constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref = "nucypher-depend"}
bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "nucypher-depend"}
rpcudp = {git = "https://github.com/nucypher/rpcudp", ref = "nucypher-depend"}
kademlia = {git = "https://github.com/nucypher/kademlia", ref = "nucypher-depend"}
pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-depend"}
#
# Third-Party
#
cryptography = ">=2.3"
pysha3="*"
hendrix = "==3.0.0"
requests = "*"
maya = "*"
sqlalchemy = "*"
apistar = "*"
click = "*"
#
# Third-Party Ethereum
#
eth-utils="*"
eth-keys="*"
web3 = ">=4.4.1"
[dev-packages]
ipdb = "*"
#
# Pytest
#
pytest = "*"
pytest-mypy = "*"
pytest-twisted = "*"
pytest-cov = "*"
mypy = "*"
codecov = "*"
coverage = "*"
#
# Ethereum
#
py-solc = "*"
eth-tester = "==0.1.0b28"
py-evm = "==0.2.0a18"
#
# Active Development Packages
#
#nucypher = {editable = true, path = "."}
#coincurve = {path = "./../coincurve"}
#umbral = {editable = true, path = "./../pyUmbral"}
[pipenv]
allow_prereleases = true
[scripts]
install-solc = "scripts/install_solc.sh"