2018-04-02 06:09:17 +00:00
|
|
|
[[source]]
|
2017-09-25 21:30:00 +00:00
|
|
|
url = "https://pypi.python.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2018-07-19 20:47:39 +00:00
|
|
|
#
|
|
|
|
# NuCypher
|
|
|
|
#
|
2018-06-27 19:32:36 +00:00
|
|
|
constantSorrow = {git = "https://github.com/nucypher/constantSorrow.git", ref = "nucypher-depend"}
|
|
|
|
bytestringSplitter = {git = "https://github.com/nucypher/byteStringSplitter.git", ref = "nucypher-depend"}
|
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"}
|
2018-05-29 22:38:31 +00:00
|
|
|
pyumbral = {git = "https://github.com/nucypher/pyumbral.git", ref = "nucypher-depend"}
|
2018-07-19 20:47:39 +00:00
|
|
|
#
|
|
|
|
# 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"
|
2017-09-25 21:30:00 +00:00
|
|
|
|
|
|
|
[dev-packages]
|
2018-07-19 20:47:39 +00:00
|
|
|
ipdb = "*"
|
|
|
|
#
|
|
|
|
# Pytest
|
|
|
|
#
|
2018-06-27 06:10:29 +00:00
|
|
|
pytest = "*"
|
2018-06-17 01:00:07 +00:00
|
|
|
pytest-mypy = "*"
|
2018-07-04 00:50:49 +00:00
|
|
|
pytest-twisted = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
pytest-cov = "*"
|
|
|
|
mypy = "*"
|
2018-04-26 20:54:44 +00:00
|
|
|
codecov = "*"
|
2017-09-25 21:30:00 +00:00
|
|
|
coverage = "*"
|
2018-07-19 20:47:39 +00:00
|
|
|
#
|
|
|
|
# Ethereum
|
|
|
|
#
|
2018-04-12 20:02:18 +00:00
|
|
|
py-solc = "*"
|
2018-06-30 07:05:46 +00:00
|
|
|
eth-tester = "==0.1.0b28"
|
2018-07-19 20:47:39 +00:00
|
|
|
py-evm = "==0.2.0a18"
|
|
|
|
#
|
|
|
|
# Active Development Packages
|
|
|
|
#
|
|
|
|
#nucypher = {editable = true, path = "."}
|
|
|
|
#coincurve = {path = "./../coincurve"}
|
|
|
|
#umbral = {editable = true, path = "./../pyUmbral"}
|
2018-04-12 20:02:18 +00:00
|
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|
2018-06-27 19:32:36 +00:00
|
|
|
|
|
|
|
[scripts]
|
2018-07-19 20:47:39 +00:00
|
|
|
install-solc = "scripts/install_solc.sh"
|