mirror of https://github.com/nucypher/nucypher.git
67 lines
1.2 KiB
TOML
67 lines
1.2 KiB
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[requires]
|
|
python_version = "3"
|
|
|
|
[packages]
|
|
# NuCypher
|
|
constant-sorrow = ">=0.1.0a9"
|
|
bytestring-splitter = ">=2.4.0"
|
|
hendrix = ">=4.0"
|
|
nucypher-core = ">=0.4.0"
|
|
# Cryptography
|
|
cryptography = ">=3.2"
|
|
mnemonic = "*"
|
|
pynacl= ">=1.4.0"
|
|
pyopenssl = "*"
|
|
pysha3="*"
|
|
# Utilities
|
|
mako = "*"
|
|
marshmallow = "*"
|
|
maya = "*"
|
|
msgpack = "*"
|
|
# Web
|
|
aiohttp = "==3.8.1"
|
|
flask = "*"
|
|
requests = "*"
|
|
# Third-Party Ethereum
|
|
py-evm = "*"
|
|
eth-tester = "*"
|
|
web3 = "==6.0.0b6"
|
|
eth-utils = "*"
|
|
eip712-structs = "*"
|
|
# CLI / Configuration
|
|
appdirs = "*"
|
|
click = ">=7.0"
|
|
colorama = "*"
|
|
tabulate = "*"
|
|
|
|
[dev-packages]
|
|
# Pytest
|
|
# pytest==7 causes problems with autouse mocks and config in `.circleci` folder.
|
|
# See https://github.com/pytest-dev/pytest/issues/9703
|
|
pytest = "<7"
|
|
pytest-twisted = "*"
|
|
pytest-cov = "*"
|
|
pytest-mock = "*"
|
|
pytest-timeout = "*"
|
|
# Tools
|
|
hypothesis = "*"
|
|
pre-commit = "2.12.1"
|
|
pyflakes = "*"
|
|
mypy = "*"
|
|
coverage = "<=6.5.0"
|
|
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
|