nucypher/Pipfile

72 lines
1.2 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"
2018-11-09 15:19:54 +00:00
[requires]
python_version = "3"
[packages]
# NuCypher
2019-09-04 16:35:19 +00:00
umbral = "==0.1.3a2"
constant-sorrow = ">=0.1.0a9"
2019-12-14 02:59:41 +00:00
bytestring-splitter = ">=1.3.0"
hendrix = ">=3.4"
lmdb = "*"
# Cryptography
pyopenssl = "*"
cryptography = ">=3.2"
pysha3="*"
# Utilities
maya = "*"
tzlocal = "==2.1"
2020-01-04 01:24:43 +00:00
marshmallow = "*"
msgpack = "*"
mako = "*"
qrcode = {extras = ["pil"], version = "*"}
trezor = "*"
# Web
requests = "*"
flask = "*"
# Third-Party Ethereum
2019-11-23 02:41:29 +00:00
py-evm = "*"
eth-tester = "*"
2018-12-03 13:52:47 +00:00
coincurve = "*"
web3 = "<=5.12.3"
2019-09-04 16:35:19 +00:00
py-geth = "*"
2018-11-09 15:19:54 +00:00
# CLI / Configuration
2018-08-06 22:21:08 +00:00
appdirs = "*"
2018-11-09 15:19:54 +00:00
click = ">=7.0"
colorama = "*"
2020-01-31 06:39:58 +00:00
tabulate = "*"
# Felix
flask_sqlalchemy = "*"
sqlalchemy = "*"
[dev-packages]
# Pytest
2019-05-27 10:05:42 +00:00
pytest = "*"
pytest-xdist = "*"
2018-07-04 00:50:49 +00:00
pytest-twisted = "*"
2019-04-06 03:49:52 +00:00
pytest-cov = "*"
pytest-mock = "*"
2020-09-30 21:04:47 +00:00
pytest-timeout = "*"
# Tools
hypothesis = "*"
pre-commit = "*"
pyflakes = "*"
bandit = "*"
mypy = "*"
coverage = "*"
2020-05-26 23:27:51 +00:00
# Develop & Deploy
py-solc-x = "==0.10.1"
[scripts]
install-solc = "python3 scripts/installation/install_solc.py"
estimate-gas = "python3 tests/metrics/estimate_gas.py"
nucypher-deploy = "python3 nucypher/cli/deploy.py"
nucypher = "python3 nucypher/cli/main.py"
[pipenv]
allow_prereleases = true