mirror of https://github.com/nucypher/nucypher.git
relock dependencies
parent
896dd43a57
commit
c6ece16b33
57
Pipfile
57
Pipfile
|
@ -7,53 +7,52 @@ name = "pypi"
|
|||
python_version = "3"
|
||||
|
||||
[packages]
|
||||
# NuCypher
|
||||
constant-sorrow = ">=0.1.0a9"
|
||||
bytestring-splitter = ">=2.4.0"
|
||||
hendrix = ">=4.0"
|
||||
nucypher-core = "==0.13.0"
|
||||
# Cryptography
|
||||
cryptography = ">=3.2"
|
||||
mnemonic = "*"
|
||||
pynacl = ">=1.4.0"
|
||||
pyopenssl = "*"
|
||||
# Utilities
|
||||
mako = "*"
|
||||
marshmallow = "*"
|
||||
maya = "*"
|
||||
msgpack = "*"
|
||||
# Web
|
||||
aiohttp = "==3.8.2"
|
||||
flask = "*"
|
||||
requests = "*"
|
||||
# Third-Party Ethereum
|
||||
eth-tester = "*" # providers.py still uses this
|
||||
py-evm = "<0.8"
|
||||
web3 = ">=6.0.0"
|
||||
# Ethereum
|
||||
eth-tester = "<0.10.0,>0.9.0" # web3[tester]
|
||||
eth-account = "<0.9,>=0.8.0"
|
||||
eth-utils = "*"
|
||||
# CLI / Configuration
|
||||
appdirs = "*"
|
||||
web3 = ">=6.0.0"
|
||||
# Web
|
||||
flask = "*"
|
||||
hendrix = ">=4.0"
|
||||
requests = "*"
|
||||
mako = "*"
|
||||
# CLI
|
||||
click = ">=7.0"
|
||||
colorama = "*"
|
||||
tabulate = "*"
|
||||
# Tools
|
||||
eth-account = ">=0.8.0,<0.9" # because of eth-ape (eip712 dep)
|
||||
# Serialization
|
||||
bytestring-splitter = ">=2.4.0"
|
||||
marshmallow = "*"
|
||||
msgpack = "*"
|
||||
# Utilities
|
||||
aiohttp = "*"
|
||||
appdirs = "*"
|
||||
constant-sorrow = ">=0.1.0a9"
|
||||
maya = "*"
|
||||
pendulum = ">=3.0.0b1"
|
||||
setuptools = "*" # for distutils
|
||||
urllib3 = "<2,>=1.26.16" # eth-ape
|
||||
|
||||
|
||||
[dev-packages]
|
||||
# Pytest
|
||||
# See https://github.com/pytest-dev/pytest/issues/9703
|
||||
pytest = "<7"
|
||||
pytest-twisted = "*"
|
||||
pytest = "<7" # See https://github.com/pytest-dev/pytest/issues/9703
|
||||
pytest-cov = "*"
|
||||
pytest-mock = "*"
|
||||
pytest-timeout = "*"
|
||||
pytest-twisted = "*"
|
||||
# Tools
|
||||
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 = "*"
|
||||
pre-commit = "2.12.1"
|
||||
coverage = "<=6.5.0"
|
||||
coverage = ">=7.3.2"
|
||||
eth-ape = ">=0.6.23"
|
||||
pre-commit = ">=2.12.1"
|
||||
|
||||
[scripts]
|
||||
nucypher = "python3 nucypher/cli/main.py"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,21 +1,20 @@
|
|||
-i https://pypi.python.org/simple
|
||||
aiohttp==3.8.2; python_version >= '3.6'
|
||||
aiohttp==3.9.0b0; python_version >= '3.8'
|
||||
aiosignal==1.3.1; python_version >= '3.7'
|
||||
annotated-types==0.6.0; python_version >= '3.8'
|
||||
ape-solidity==0.6.9; python_version >= '3.8' and python_version < '4'
|
||||
asttokens==2.4.0
|
||||
async-timeout==4.0.3; python_version >= '3.7'
|
||||
asttokens==2.4.1
|
||||
attrs==23.1.0; python_version >= '3.7'
|
||||
backcall==0.2.0
|
||||
base58==1.0.3
|
||||
bitarray==2.8.2
|
||||
cached-property==1.5.2
|
||||
certifi==2023.7.22; python_version >= '3.6'
|
||||
cffi==1.16.0; python_version >= '3.8'
|
||||
cfgv==3.4.0; python_version >= '3.8'
|
||||
charset-normalizer==2.1.1; python_full_version >= '3.6.0'
|
||||
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
|
||||
click==8.1.7; python_version >= '3.7'
|
||||
commonmark==0.9.1
|
||||
coverage[toml]==6.5.0; python_version >= '3.7'
|
||||
coverage[toml]==7.3.2; python_version >= '3.8'
|
||||
cryptography==41.0.5; python_version >= '3.7'
|
||||
cytoolz==0.12.2; implementation_name == 'cpython'
|
||||
dataclassy==0.11.1; python_version >= '3.6'
|
||||
|
@ -25,8 +24,8 @@ distlib==0.3.7
|
|||
eip712==0.2.1; python_version >= '3.8' and python_version < '4'
|
||||
eth-abi==4.2.1; python_full_version >= '3.7.2' and python_version < '4'
|
||||
eth-account==0.8.0; python_version >= '3.6' and python_version < '4'
|
||||
eth-ape==0.6.19; python_version >= '3.8' and python_version < '4'
|
||||
eth-bloom==2.0.0; python_version >= '3.7' and python_version < '4'
|
||||
eth-ape==0.6.24; python_version >= '3.8' and python_version < '4'
|
||||
eth-bloom==3.0.0; python_version >= '3.8' and python_version < '4'
|
||||
eth-hash[pycryptodome]==0.5.2; python_version >= '3.7' and python_version < '4'
|
||||
eth-keyfile==0.6.1
|
||||
eth-keys==0.4.0
|
||||
|
@ -34,29 +33,28 @@ eth-rlp==0.3.0; python_version >= '3.7' and python_version < '4'
|
|||
eth-tester==0.9.1b1; python_full_version >= '3.6.8' and python_version < '4'
|
||||
eth-typing==3.5.1; python_full_version >= '3.7.2' and python_version < '4'
|
||||
eth-utils==2.3.0; python_version >= '3.7' and python_version < '4'
|
||||
ethpm-types==0.5.8; python_version >= '3.8' and python_version < '4'
|
||||
ethpm-types==0.5.9; python_version >= '3.8' and python_version < '4'
|
||||
evm-trace==0.1.0a25; python_version >= '3.8' and python_version < '4'
|
||||
executing==2.0.0
|
||||
filelock==3.12.4; python_version >= '3.8'
|
||||
executing==2.0.1; python_version >= '3.5'
|
||||
filelock==3.13.1; python_version >= '3.8'
|
||||
frozenlist==1.4.0; python_version >= '3.8'
|
||||
greenlet==3.0.0; python_version >= '3.7'
|
||||
greenlet==3.0.1; python_version >= '3.7'
|
||||
hexbytes==0.3.1; python_version >= '3.7' and python_version < '4'
|
||||
hypothesis==6.88.1; python_version >= '3.8'
|
||||
identify==2.5.30; python_version >= '3.8'
|
||||
identify==2.5.31; python_version >= '3.8'
|
||||
idna==3.4; python_version >= '3.5'
|
||||
ijson==3.2.3
|
||||
importlib-metadata==6.8.0; python_version >= '3.8'
|
||||
iniconfig==2.0.0; python_version >= '3.7'
|
||||
ipython==8.16.1; python_version >= '3.9'
|
||||
ipython==8.17.2; python_version >= '3.9'
|
||||
jedi==0.19.1; python_version >= '3.6'
|
||||
jsonschema==4.19.1; python_version >= '3.8'
|
||||
jsonschema==4.19.2; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.7.1; python_version >= '3.8'
|
||||
lazyasd==0.1.4
|
||||
lru-dict==1.2.0
|
||||
matplotlib-inline==0.1.6; python_version >= '3.5'
|
||||
morphys==1.0
|
||||
msgspec==0.18.4; python_version >= '3.8'
|
||||
multidict==5.2.0; python_version >= '3.6'
|
||||
multidict==6.0.4; python_version >= '3.7'
|
||||
mypy-extensions==1.0.0; python_version >= '3.5'
|
||||
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
|
||||
numpy==1.26.1; python_version >= '3.10'
|
||||
|
@ -65,12 +63,11 @@ pandas==1.5.3; python_version >= '3.8'
|
|||
parsimonious==0.9.0
|
||||
parso==0.8.3; python_version >= '3.6'
|
||||
pexpect==4.8.0; sys_platform != 'win32'
|
||||
pickleshare==0.7.5
|
||||
platformdirs==3.11.0; python_version >= '3.7'
|
||||
pluggy==1.3.0; python_version >= '3.8'
|
||||
pre-commit==2.12.1; python_full_version >= '3.6.1'
|
||||
pre-commit==3.5.0; python_version >= '3.8'
|
||||
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
|
||||
protobuf==4.25.0rc2; python_version >= '3.8'
|
||||
protobuf==4.25.0; python_version >= '3.8'
|
||||
ptyprocess==0.7.0
|
||||
pure-eval==0.2.2
|
||||
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
|
@ -84,7 +81,8 @@ py-multihash==0.2.3
|
|||
py-solc-x==1.1.1; python_version >= '3.6' and python_version < '4'
|
||||
pycparser==2.21
|
||||
pycryptodome==3.19.0
|
||||
pydantic==1.10.13; python_version >= '3.7'
|
||||
pydantic==2.4.2; python_version >= '3.7'
|
||||
pydantic-core==2.10.1; python_version >= '3.7'
|
||||
pyethash==0.1.27
|
||||
pygithub==1.59.1; python_version >= '3.7'
|
||||
pygments==2.16.1; python_version >= '3.7'
|
||||
|
@ -105,26 +103,26 @@ regex==2023.10.3; python_version >= '3.7'
|
|||
requests==2.31.0; python_version >= '3.7'
|
||||
rich==12.6.0; python_full_version >= '3.6.3' and python_full_version < '4.0.0'
|
||||
rlp==3.0.0
|
||||
rpds-py==0.10.6; python_version >= '3.8'
|
||||
rpds-py==0.12.0; python_version >= '3.8'
|
||||
safe-pysha3==1.0.4
|
||||
semantic-version==2.10.0; python_version >= '2.7'
|
||||
setuptools==68.2.2; python_version >= '3.8'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
sortedcontainers==2.4.0
|
||||
sqlalchemy==2.0.22; python_version >= '3.7'
|
||||
sqlalchemy==2.0.23; python_version >= '3.7'
|
||||
stack-data==0.6.3
|
||||
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
||||
toolz==0.12.0; python_version >= '3.5'
|
||||
tqdm==4.66.1; python_version >= '3.7'
|
||||
traitlets==5.11.2; python_version >= '3.8'
|
||||
trie==2.1.1; python_version >= '3.7' and python_version < '4'
|
||||
traitlets==5.13.0; python_version >= '3.8'
|
||||
trie==2.2.0; python_version >= '3.7' and python_version < '4'
|
||||
typing-extensions==4.8.0; python_version >= '3.8'
|
||||
urllib3==2.0.7; python_version >= '3.7'
|
||||
urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
varint==1.0.2
|
||||
virtualenv==20.24.6; python_version >= '3.7'
|
||||
watchdog==3.0.0; python_version >= '3.7'
|
||||
wcwidth==0.2.8
|
||||
web3==6.11.1; python_full_version >= '3.7.2'
|
||||
wcwidth==0.2.9
|
||||
web3==6.11.2; python_full_version >= '3.7.2'
|
||||
websockets==12.0; python_version >= '3.8'
|
||||
wrapt==1.16.0rc1; python_version >= '3.6'
|
||||
yarl==1.9.2; python_version >= '3.7'
|
||||
|
|
|
@ -1,28 +1,25 @@
|
|||
-i https://pypi.python.org/simple
|
||||
aiohttp==3.8.2; python_version >= '3.6'
|
||||
aiohttp==3.9.0b0; python_version >= '3.8'
|
||||
aiosignal==1.3.1; python_version >= '3.7'
|
||||
appdirs==1.4.4
|
||||
async-timeout==4.0.3; python_version >= '3.7'
|
||||
attrs==23.1.0; python_version >= '3.7'
|
||||
autobahn==23.6.2; python_version >= '3.9'
|
||||
automat==22.10.0
|
||||
bitarray==2.8.2
|
||||
blinker==1.6.3; python_version >= '3.7'
|
||||
blinker==1.7.0; python_version >= '3.8'
|
||||
bytestring-splitter==2.4.1
|
||||
cached-property==1.5.2
|
||||
certifi==2023.7.22; python_version >= '3.6'
|
||||
cffi==1.16.0; python_version >= '3.8'
|
||||
charset-normalizer==2.1.1; python_full_version >= '3.6.0'
|
||||
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
|
||||
click==8.1.7; python_version >= '3.7'
|
||||
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
|
||||
constant-sorrow==0.1.0a9; python_version >= '3'
|
||||
constantly==15.1.0
|
||||
constantly==23.10.4; python_version >= '3.8'
|
||||
cryptography==41.0.5; python_version >= '3.7'
|
||||
cytoolz==0.12.2; implementation_name == 'cpython'
|
||||
dateparser==1.1.8; python_version >= '3.7'
|
||||
eth-abi==4.2.1; python_version < '4' and python_full_version >= '3.7.2'
|
||||
eth-account==0.8.0; python_version >= '3.6' and python_version < '4'
|
||||
eth-bloom==2.0.0; python_version >= '3.7' and python_version < '4'
|
||||
eth-hash[pycryptodome]==0.5.2; python_version >= '3.7' and python_version < '4'
|
||||
eth-keyfile==0.6.1
|
||||
eth-keys==0.4.0
|
||||
|
@ -40,7 +37,7 @@ idna==3.4; python_version >= '3.5'
|
|||
incremental==22.10.0
|
||||
itsdangerous==2.1.2; python_version >= '3.7'
|
||||
jinja2==3.1.2; python_version >= '3.7'
|
||||
jsonschema==4.19.1; python_version >= '3.8'
|
||||
jsonschema==4.19.2; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.7.1; python_version >= '3.8'
|
||||
lru-dict==1.2.0
|
||||
mako==1.2.4; python_version >= '3.7'
|
||||
|
@ -50,23 +47,19 @@ maya==0.6.1
|
|||
mnemonic==0.20; python_version >= '3.5'
|
||||
msgpack==1.0.7; python_version >= '3.8'
|
||||
msgpack-python==0.5.6
|
||||
multidict==5.2.0; python_version >= '3.6'
|
||||
mypy-extensions==1.0.0; python_version >= '3.5'
|
||||
multidict==6.0.4; python_version >= '3.7'
|
||||
nucypher-core==0.13.0
|
||||
packaging==23.2; python_version >= '3.7'
|
||||
parsimonious==0.9.0
|
||||
pendulum==3.0.0b1; python_version >= '3.8'
|
||||
protobuf==4.25.0rc2; python_version >= '3.8'
|
||||
py-ecc==6.0.0; python_version >= '3.6' and python_version < '4'
|
||||
py-evm==0.7.0a4
|
||||
protobuf==4.25.0; python_version >= '3.8'
|
||||
pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
pyasn1-modules==0.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
pychalk==2.0.1
|
||||
pycparser==2.21
|
||||
pycryptodome==3.19.0
|
||||
pyethash==0.1.27
|
||||
pynacl==1.5.0; python_version >= '3.6'
|
||||
pyopenssl==23.2.0; python_version >= '3.6'
|
||||
pyopenssl==23.3.0; python_version >= '3.7'
|
||||
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
pytz==2023.3.post1
|
||||
pyunormalize==15.0.0; python_version >= '3.6'
|
||||
|
@ -74,25 +67,23 @@ referencing==0.30.2; python_version >= '3.8'
|
|||
regex==2023.10.3; python_version >= '3.7'
|
||||
requests==2.31.0; python_version >= '3.7'
|
||||
rlp==3.0.0
|
||||
rpds-py==0.10.6; python_version >= '3.8'
|
||||
rpds-py==0.12.0; python_version >= '3.8'
|
||||
semantic-version==2.10.0; python_version >= '2.7'
|
||||
service-identity==23.1.0; python_version >= '3.8'
|
||||
setuptools==68.2.2; python_version >= '3.8'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
snaptime==0.2.4
|
||||
sortedcontainers==2.4.0
|
||||
tabulate==0.9.0; python_version >= '3.7'
|
||||
time-machine==2.13.0; implementation_name != 'pypy'
|
||||
toolz==0.12.0; python_version >= '3.5'
|
||||
trie==2.1.1; python_version >= '3.7' and python_version < '4'
|
||||
twisted==23.8.0; python_full_version >= '3.7.1'
|
||||
twisted==23.10.0; python_full_version >= '3.8.0'
|
||||
txaio==23.1.1; python_version >= '3.7'
|
||||
typing-extensions==4.8.0; python_version >= '3.8'
|
||||
tzdata==2023.3; python_version >= '2'
|
||||
tzlocal==5.2; python_version >= '3.8'
|
||||
urllib3==2.0.7; python_version >= '3.7'
|
||||
urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
watchdog==3.0.0; python_version >= '3.7'
|
||||
web3==6.11.1; python_full_version >= '3.7.2'
|
||||
web3==6.11.2; python_full_version >= '3.7.2'
|
||||
websockets==12.0; python_version >= '3.8'
|
||||
werkzeug==3.0.1; python_version >= '3.8'
|
||||
yarl==1.9.2; python_version >= '3.7'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Parse optional flag -k, to be used when we want to base the process on an existing Pipfile.lock
|
||||
KEEP_LOCK=false
|
||||
|
|
Loading…
Reference in New Issue