nucypher/Pipfile

63 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
constant-sorrow = ">=0.1.0a9"
2021-08-17 20:58:38 +00:00
bytestring-splitter = ">=2.4.0"
2022-11-17 16:06:59 +00:00
hendrix = ">=4.0"
nucypher-core = "==0.13.0"
# Cryptography
cryptography = ">=3.2"
2022-11-17 13:06:53 +00:00
mnemonic = "*"
pynacl = ">=1.4.0"
2022-11-17 13:06:53 +00:00
pyopenssl = "*"
# Utilities
2022-11-17 13:06:53 +00:00
mako = "*"
2020-01-04 01:24:43 +00:00
marshmallow = "*"
2022-11-17 13:06:53 +00:00
maya = "*"
msgpack = "*"
# Web
aiohttp = "==3.8.2"
flask = "*"
2022-11-17 13:06:53 +00:00
requests = "*"
# Third-Party Ethereum
eth-tester = "*" # providers.py still uses this
2023-10-24 17:48:43 +00:00
py-evm = "<0.8"
web3 = ">=6.0.0"
2022-04-05 04:49:55 +00:00
eth-utils = "*"
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 = "*"
# Tools
eth-account = ">=0.8.0,<0.9" # because of eth-ape (eip712 dep)
[dev-packages]
# Pytest
2022-01-24 07:37:13 +00:00
# See https://github.com/pytest-dev/pytest/issues/9703
pytest = "<7"
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
2023-10-24 17:48:43 +00:00
eth-ape = "<=0.6.19" # eth-ape 0.6.22 depends on urllib3<2 and >=1.26.16
eth-account = ">=0.8.0,<0.9" # because of eth-ape (eip712 dep)
ape-solidity = ">=0.6.5"
hypothesis = "*"
2021-08-17 20:58:38 +00:00
pre-commit = "2.12.1"
2022-11-17 13:06:53 +00:00
coverage = "<=6.5.0"
[scripts]
nucypher = "python3 nucypher/cli/main.py"
[pipenv]
allow_prereleases = true