mirror of https://github.com/nucypher/nucypher.git
44 lines
1.5 KiB
TOML
44 lines
1.5 KiB
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
|
|
# Install cryptography wheels from pyUmbral github for now.
|
|
cryptography35_linux = { file="https://github.com/nucypher/pyUmbral/blob/master/wheelhouse/cryptography-2.3.dev1-cp35-cp35m-linux_x86_64.whl?raw=true", markers="python_version >= '3.5' and python_version < '3.6' and platform_system == 'Linux'"}
|
|
cryptography36_linux = { file="https://github.com/nucypher/pyUmbral/blob/master/wheelhouse/cryptography-2.3.dev1-cp36-cp36m-linux_x86_64.whl?raw=true", markers="python_version >= '3.6' and python_version < '3.7' and platform_system == 'Linux'"}
|
|
|
|
|
|
rpcudp = {git = "https://github.com/nucypher/rpcudp", ref = "nucypher-depend"}
|
|
kademlia = {git = "https://github.com/nucypher/kademlia", ref = "nucypher-depend"}
|
|
PyNaCl = "*"
|
|
"pysha3" = "*"
|
|
bidict = "*"
|
|
py_ecc = "*"
|
|
SQLAlchemy = "*"
|
|
apistar = "*"
|
|
mypy = "*"
|
|
pytest-mypy = "*"
|
|
maya = "*"
|
|
pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-depend"}
|
|
requests = "*"
|
|
hendrix = {git = "https://github.com/hendrix/hendrix", ref = "tags/3.0.0rc1"}
|
|
constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref = "nucypher-depend"}
|
|
bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "nucypher-depend"}
|
|
appdirs = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
codecov = "*"
|
|
coverage = "*"
|
|
pytest-cov = "*"
|
|
py-solc = "*"
|
|
py-evm = "==0.2.0a18"
|
|
eth-tester = "==0.1.0b26"
|
|
web3 = "==4.2.1"
|
|
py-geth = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|