nucypher/Pipfile

44 lines
1.5 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"
[packages]
# Wheels for cryptography until the next release
2018-06-26 07:34:27 +00:00
cryptography35_linux = { path='./wheelhouse/cryptography-2.3.dev1-cp35-cp35m-linux_x86_64.whl', markers="python_version >= '3.5' and python_version < '3.6' and platform_system == 'Linux'"}
cryptography36_linux = { path='./wheelhouse/cryptography-2.3.dev1-cp36-cp36m-linux_x86_64.whl', markers="python_version >= '3.6' and python_version < '3.7' and platform_system == 'Linux'"}
cryptography36_darwin = { path='./wheelhouse/cryptography-2.3.dev1-cp36-cp36m-macosx_10_13_x86_64.whl', markers="python_version >= '3.6' and python_version < '3.7' and platform_system == 'Darwin'"}
2018-05-07 21:14:27 +00:00
requests = "*"
maya = "*"
hendrix = "==3.0.0"
constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref = "nucypher-depend"}
bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "nucypher-depend"}
sqlalchemy = "*"
apistar = "*"
2018-05-08 19:35:34 +00:00
rpcudp = {git = "https://github.com/nucypher/rpcudp", ref = "nucypher-depend"}
kademlia = {git = "https://github.com/nucypher/kademlia", ref = "nucypher-depend"}
pynacl = "*"
pysha3 = "*"
py_ecc = "*"
pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-depend"}
2018-06-30 07:05:46 +00:00
web3 = "==4.4.1"
[dev-packages]
pytest = "*"
mypy = "*"
pytest-mypy = "*"
codecov = "*"
coverage = "*"
pytest-cov = "*"
py-solc = "*"
2018-06-30 07:05:46 +00:00
py-evm = "==0.2.0a18"
eth-tester = "==0.1.0b28"
[pipenv]
allow_prereleases = true
[scripts]
install_solc = "scripts/install_solc.sh"