mirror of https://github.com/nucypher/nucypher.git
Relock dependencies now that `nucypher-core` v0.9.0 has been released.
parent
c2edb1ceb1
commit
a2884dfea1
3
Pipfile
3
Pipfile
|
@ -11,10 +11,9 @@ python_version = "3"
|
|||
constant-sorrow = ">=0.1.0a9"
|
||||
bytestring-splitter = ">=2.4.0"
|
||||
hendrix = ">=4.0"
|
||||
nucypher-core = {git="https://github.com/nucypher/nucypher-core.git", ref="main", subdirectory="nucypher-core-python"}
|
||||
nucypher-core = ">=0.9.0"
|
||||
# Cryptography
|
||||
cryptography = ">=3.2"
|
||||
ferveo = ">=0.1.11"
|
||||
mnemonic = "*"
|
||||
pynacl= ">=1.4.0"
|
||||
pyopenssl = "*"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,7 @@ async-timeout==4.0.2 ; python_version >= '3.6'
|
|||
attrs==23.1.0 ; python_version >= '3.7'
|
||||
backcall==0.2.0
|
||||
base58==1.0.3
|
||||
bitarray==2.7.3
|
||||
bitarray==2.7.4
|
||||
cached-property==1.5.2
|
||||
certifi==2023.5.7 ; python_version >= '3.6'
|
||||
cffi==1.15.1
|
||||
|
@ -17,16 +17,16 @@ charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
|
|||
click==8.1.3
|
||||
commonmark==0.9.1
|
||||
coverage==6.5.0
|
||||
cryptography==40.0.2
|
||||
cryptography==41.0.1
|
||||
cytoolz==0.12.1 ; implementation_name == 'cpython'
|
||||
dataclassy==0.11.1 ; python_version >= '3.6'
|
||||
decorator==5.1.1 ; python_version >= '3.5'
|
||||
deprecated==1.2.13 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
deprecated==1.2.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
distlib==0.3.6
|
||||
eip712==0.2.1 ; python_version >= '3.8' and python_version < '4'
|
||||
eth-abi==4.0.0 ; python_version >= '3.7' and python_version < '4'
|
||||
eth-account==0.8.0 ; python_version >= '3.6' and python_version < '4'
|
||||
eth-ape==0.6.9
|
||||
eth-ape==0.6.10
|
||||
eth-bloom==2.0.0 ; python_version >= '3.7' and python_version < '4'
|
||||
eth-hash==0.5.1 ; python_version >= '3.7' and python_version < '4'
|
||||
eth-keyfile==0.6.1
|
||||
|
@ -35,7 +35,7 @@ eth-rlp==0.3.0 ; python_version >= '3.7' and python_version < '4'
|
|||
eth-tester==0.9.0b1
|
||||
eth-typing==3.3.0 ; python_full_version >= '3.7.2' and python_version < '4'
|
||||
eth-utils==2.1.0
|
||||
ethpm-types==0.5.1 ; python_version >= '3.8' and python_version < '4'
|
||||
ethpm-types==0.5.2 ; python_version >= '3.8' and python_version < '4'
|
||||
evm-trace==0.1.0a20 ; python_version >= '3.8' and python_version < '4'
|
||||
exceptiongroup==1.1.1 ; python_version < '3.11'
|
||||
executing==1.2.0
|
||||
|
@ -43,7 +43,7 @@ filelock==3.12.0 ; python_version >= '3.7'
|
|||
frozenlist==1.3.3 ; python_version >= '3.7'
|
||||
greenlet==2.0.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
hexbytes==0.3.0 ; python_version >= '3.7' and python_version < '4'
|
||||
hypothesis==6.75.3
|
||||
hypothesis==6.76.0
|
||||
identify==2.5.24 ; python_version >= '3.7'
|
||||
idna==3.4 ; python_version >= '3.5'
|
||||
ijson==3.2.0.post0
|
||||
|
@ -52,10 +52,10 @@ importlib-resources==5.12.0 ; python_version < '3.9'
|
|||
iniconfig==2.0.0 ; python_version >= '3.7'
|
||||
ipython==8.12.2 ; python_version >= '3.8'
|
||||
jedi==0.18.2 ; python_version >= '3.6'
|
||||
jsonschema==4.18.0a7 ; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.5.1 ; python_version >= '3.8'
|
||||
jsonschema==4.18.0a9 ; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.5.2 ; python_version >= '3.8'
|
||||
lazyasd==0.1.4
|
||||
lru-dict==1.1.8
|
||||
lru-dict==1.2.0
|
||||
matplotlib-inline==0.1.6 ; python_version >= '3.5'
|
||||
morphys==1.0
|
||||
msgspec==0.15.1 ; python_version >= '3.8'
|
||||
|
@ -74,7 +74,7 @@ platformdirs==3.5.1 ; python_version >= '3.7'
|
|||
pluggy==1.0.0 ; python_version >= '3.6'
|
||||
pre-commit==3.3.2
|
||||
prompt-toolkit==3.0.38 ; python_full_version >= '3.7.0'
|
||||
protobuf==4.23.1 ; python_version >= '3.7'
|
||||
protobuf==4.23.2 ; python_version >= '3.7'
|
||||
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'
|
||||
|
@ -96,7 +96,7 @@ pyjwt[crypto]==2.7.0 ; python_version >= '3.7'
|
|||
pynacl==1.5.0
|
||||
pysha3==1.0.2
|
||||
pytest==6.2.5
|
||||
pytest-cov==4.0.0
|
||||
pytest-cov==4.1.0
|
||||
pytest-mock==3.10.0
|
||||
pytest-timeout==2.1.0
|
||||
pytest-twisted==1.14.0
|
||||
|
@ -104,8 +104,8 @@ python-baseconv==1.2.2
|
|||
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
pytz==2023.3
|
||||
pyyaml==6.0 ; python_version >= '3.6'
|
||||
referencing==0.28.3 ; python_version >= '3.8'
|
||||
regex==2023.5.5 ; python_version >= '3.6'
|
||||
referencing==0.29.0 ; python_version >= '3.8'
|
||||
regex==2023.6.3 ; python_version >= '3.6'
|
||||
requests==2.31.0
|
||||
rich==12.6.0 ; python_full_version >= '3.6.3' and python_full_version < '4.0.0'
|
||||
rlp==3.0.0
|
||||
|
@ -122,8 +122,8 @@ toolz==0.12.0 ; python_version >= '3.5'
|
|||
tqdm==4.65.0 ; python_version >= '3.7'
|
||||
traitlets==5.9.0 ; python_version >= '3.7'
|
||||
trie==2.1.0 ; python_version >= '3.7' and python_version < '4'
|
||||
typing-extensions==4.6.0 ; python_version >= '3.7'
|
||||
urllib3==2.0.2 ; python_version >= '3.7'
|
||||
typing-extensions==4.6.3 ; python_version >= '3.7'
|
||||
urllib3==2.0.3 ; python_version >= '3.7'
|
||||
varint==1.0.2
|
||||
virtualenv==20.23.0 ; python_version >= '3.7'
|
||||
watchdog==2.3.1
|
||||
|
|
|
@ -8,9 +8,10 @@ click-default-group==1.2.2
|
|||
docutils==0.17.1
|
||||
idna==3.4 ; python_version >= '3.5'
|
||||
imagesize==1.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
importlib-resources==5.12.0 ; python_version < '3.10'
|
||||
incremental==22.10.0
|
||||
jinja2==3.0.3
|
||||
markupsafe==2.1.2 ; python_version >= '3.7'
|
||||
markupsafe==2.1.3 ; python_version >= '3.7'
|
||||
packaging==23.1 ; python_version >= '3.7'
|
||||
pygments==2.15.1 ; python_version >= '3.7'
|
||||
pytz==2023.3 ; python_version < '3.9'
|
||||
|
@ -27,5 +28,6 @@ sphinxcontrib-jsmath==1.0.1 ; python_version >= '3.5'
|
|||
sphinxcontrib-qthelp==1.0.3 ; python_version >= '3.5'
|
||||
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= '3.5'
|
||||
tomli==2.0.1 ; python_version < '3.11'
|
||||
towncrier==22.12.0
|
||||
urllib3==2.0.2 ; python_version >= '3.7'
|
||||
towncrier==23.6.0rc1
|
||||
urllib3==2.0.3 ; python_version >= '3.7'
|
||||
zipp==3.15.0 ; python_version < '3.10'
|
||||
|
|
|
@ -7,7 +7,7 @@ attrs==23.1.0 ; python_version >= '3.7'
|
|||
autobahn==23.1.2 ; python_version >= '3.7'
|
||||
automat==22.10.0
|
||||
backports.zoneinfo==0.2.1 ; python_version >= '3.7' and python_version < '3.9'
|
||||
bitarray==2.7.3
|
||||
bitarray==2.7.4
|
||||
bytestring-splitter==2.4.1
|
||||
cached-property==1.5.2
|
||||
certifi==2023.5.7 ; python_version >= '3.6'
|
||||
|
@ -17,7 +17,7 @@ click==8.1.3
|
|||
colorama==0.4.6
|
||||
constant-sorrow==0.1.0a9
|
||||
constantly==15.1.0
|
||||
cryptography==40.0.2
|
||||
cryptography==41.0.1
|
||||
cytoolz==0.12.1 ; implementation_name == 'cpython'
|
||||
dateparser==1.1.8 ; python_version >= '3.7'
|
||||
eip712-structs==1.1.0
|
||||
|
@ -31,7 +31,6 @@ eth-rlp==0.3.0 ; python_version >= '3.7' and python_version < '4'
|
|||
eth-tester==0.9.0b1
|
||||
eth-typing==3.3.0 ; python_version < '4' and python_full_version >= '3.7.2'
|
||||
eth-utils==2.1.0
|
||||
ferveo==0.1.13
|
||||
flask==2.2.5
|
||||
frozenlist==1.3.3 ; python_version >= '3.7'
|
||||
hendrix==4.0.0
|
||||
|
@ -44,11 +43,11 @@ importlib-resources==5.12.0 ; python_version < '3.9'
|
|||
incremental==22.10.0
|
||||
itsdangerous==2.1.2 ; python_version >= '3.7'
|
||||
jinja2==3.0.3
|
||||
jsonschema==4.18.0a7 ; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.5.1 ; python_version >= '3.8'
|
||||
lru-dict==1.1.8
|
||||
jsonschema==4.18.0a9 ; python_version >= '3.8'
|
||||
jsonschema-specifications==2023.5.2 ; python_version >= '3.8'
|
||||
lru-dict==1.2.0
|
||||
mako==1.2.4
|
||||
markupsafe==2.1.2 ; python_version >= '3.7'
|
||||
markupsafe==2.1.3 ; python_version >= '3.7'
|
||||
marshmallow==3.19.0
|
||||
maya==0.6.1
|
||||
mnemonic==0.20
|
||||
|
@ -56,12 +55,12 @@ msgpack==1.0.5
|
|||
msgpack-python==0.5.6
|
||||
multidict==5.2.0 ; python_version >= '3.6'
|
||||
mypy-extensions==0.4.4 ; python_version >= '2.7'
|
||||
nucypher-core @ git+https://github.com/derekpierre/nucypher-core.git@253dfde60e6106ceeda696b86cb2f605ce3cd557#subdirectory=nucypher-core-python
|
||||
nucypher-core==0.9.0
|
||||
packaging==23.1 ; python_version >= '3.7'
|
||||
parsimonious==0.9.0
|
||||
pendulum==3.0.0a1 ; python_version >= '3.7' and python_version < '4.0'
|
||||
pkgutil-resolve-name==1.3.10 ; python_version < '3.9'
|
||||
protobuf==4.23.1 ; python_version >= '3.7'
|
||||
protobuf==4.23.2 ; python_version >= '3.7'
|
||||
py-ecc==6.0.0 ; python_version >= '3.6' and python_version < '4'
|
||||
py-evm==0.7.0a2
|
||||
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'
|
||||
|
@ -71,12 +70,12 @@ pycparser==2.21
|
|||
pycryptodome==3.18.0
|
||||
pyethash==0.1.27
|
||||
pynacl==1.5.0
|
||||
pyopenssl==23.1.1
|
||||
pyopenssl==23.2.0
|
||||
pysha3==1.0.2
|
||||
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
|
||||
referencing==0.28.3 ; python_version >= '3.8'
|
||||
regex==2023.5.5 ; python_version >= '3.6'
|
||||
referencing==0.29.0 ; python_version >= '3.8'
|
||||
regex==2023.6.3 ; python_version >= '3.6'
|
||||
requests==2.31.0
|
||||
rlp==3.0.0
|
||||
rpds-py==0.7.1 ; python_version >= '3.8'
|
||||
|
@ -92,10 +91,10 @@ toolz==0.12.0 ; python_version >= '3.5'
|
|||
trie==2.1.0 ; python_version >= '3.7' and python_version < '4'
|
||||
twisted==22.10.0 ; python_full_version >= '3.7.1'
|
||||
txaio==23.1.1 ; python_version >= '3.7'
|
||||
typing-extensions==4.6.0 ; python_version >= '3.7'
|
||||
typing-extensions==4.6.3 ; python_version >= '3.7'
|
||||
tzdata==2023.3 ; python_version >= '2'
|
||||
tzlocal==5.0.1 ; python_version >= '3.7'
|
||||
urllib3==2.0.2 ; python_version >= '3.7'
|
||||
urllib3==2.0.3 ; python_version >= '3.7'
|
||||
watchdog==2.3.1
|
||||
web3==6.4.0
|
||||
websockets==11.0.3 ; python_version >= '3.7'
|
||||
|
|
|
@ -4,7 +4,6 @@ plugins:
|
|||
- name: solidity
|
||||
|
||||
dependencies:
|
||||
# TODO change back to nucypher/nucypher-contracts once https://github.com/nucypher/nucypher-contracts/pull/84 is merged
|
||||
- name: nucypher-contracts
|
||||
github: nucypher/nucypher-contracts
|
||||
ref: main
|
||||
|
|
Loading…
Reference in New Issue