mirror of https://github.com/nucypher/nucypher.git
relock deps
parent
08cac61452
commit
60eee9a5f0
9
Pipfile
9
Pipfile
|
@ -33,11 +33,10 @@ flask = "*"
|
|||
# (and it does not cap the version of `itsdangerous` itself)
|
||||
itsdangerous = "<2.1.0"
|
||||
# Third-Party Ethereum
|
||||
py-evm = "<0.5"
|
||||
eth-tester = "<0.6"
|
||||
web3 = "<=5.12.3"
|
||||
eth-utils = "<1.10"
|
||||
py-geth = "*"
|
||||
py-evm = "*"
|
||||
eth-tester = "*"
|
||||
web3 = "*"
|
||||
eth-utils = "*"
|
||||
# CLI / Configuration
|
||||
appdirs = "*"
|
||||
click = ">=7.0"
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -11,19 +11,19 @@ execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2
|
|||
filelock==3.6.0; python_version >= '3.7'
|
||||
gitdb==4.0.9; python_version >= '3.6'
|
||||
gitpython==3.1.27; python_version >= '3.7'
|
||||
greenlet==2.0.0a1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
hypothesis==6.39.3
|
||||
identify==2.4.11; python_version >= '3.7'
|
||||
greenlet==2.0.0a2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
hypothesis==6.41.0
|
||||
identify==2.4.12; python_version >= '3.7'
|
||||
idna==3.3; python_version >= '3'
|
||||
iniconfig==1.1.1
|
||||
mypy-extensions==0.4.3
|
||||
mypy==0.941
|
||||
mypy==0.942
|
||||
nodeenv==1.6.0
|
||||
packaging==21.3; python_version >= '3.6'
|
||||
pbr==5.8.1; python_version >= '2.6'
|
||||
platformdirs==2.5.1; python_version >= '3.7'
|
||||
pluggy==1.0.0; python_version >= '3.6'
|
||||
pre-commit==2.17.0
|
||||
pre-commit==2.18.1
|
||||
py-solc-x==0.10.1
|
||||
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
pyflakes==2.4.0
|
||||
|
@ -45,5 +45,5 @@ stevedore==3.5.0; python_version >= '3.6'
|
|||
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
||||
tomli==2.0.1; python_version >= '3.7'
|
||||
typing-extensions==3.10.0.2
|
||||
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
virtualenv==20.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
virtualenv==20.14.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
|
|
|
@ -6,7 +6,7 @@ babel==2.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2,
|
|||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.12; python_version >= '3'
|
||||
click-default-group==1.2.2
|
||||
click==8.0.4; python_version >= '3.6'
|
||||
click==8.1.2; python_version >= '3.7'
|
||||
coverage==6.3.2; python_version >= '3.7'
|
||||
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
dulwich==0.19.16
|
||||
|
@ -16,8 +16,8 @@ idna==3.3; python_version >= '3'
|
|||
imagesize==1.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
incremental==21.3.0
|
||||
iniconfig==1.1.1
|
||||
isort==5.10.1; python_full_version >= '3.6.1' and python_version < '4.0'
|
||||
jinja2==3.0.3; python_version >= '3.6'
|
||||
isort==5.10.1; python_full_version >= '3.6.1' and python_version < '4'
|
||||
jinja2==3.1.1; python_version >= '3.7'
|
||||
markupsafe==2.1.1; python_version >= '3.7'
|
||||
mock==4.0.3; python_version >= '3.6'
|
||||
packaging==21.3; python_version >= '3.6'
|
||||
|
@ -30,12 +30,12 @@ pyparsing==3.0.7; python_version >= '3.6'
|
|||
pytest-cache==1.0
|
||||
pytest-cov==3.0.0; python_version >= '3.6'
|
||||
pytest-pep8==1.0.6
|
||||
pytest==7.1.0; python_version >= '3.7'
|
||||
pytz==2021.3
|
||||
pytest==7.1.1; python_version >= '3.7'
|
||||
pytz==2022.1
|
||||
pyyaml==6.0; python_version >= '3.6'
|
||||
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||
semantic-version==2.9.0; python_version >= '2.7'
|
||||
setuptools==60.9.3; python_version >= '3.7'
|
||||
setuptools==62.0.0; python_version >= '3.7'
|
||||
snowballstemmer==2.2.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
sphinx==3.0.1
|
||||
|
@ -47,4 +47,4 @@ 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.7'
|
||||
towncrier==21.9.0
|
||||
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0'
|
||||
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
|
|
|
@ -1,24 +1,26 @@
|
|||
-i https://pypi.python.org/simple
|
||||
aiohttp==3.8.1; python_version >= '3.6'
|
||||
aiosignal==1.2.0; python_version >= '3.6'
|
||||
appdirs==1.4.4
|
||||
async-timeout==4.0.2; python_version >= '3.6'
|
||||
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
autobahn==22.2.2; python_version >= '3.7'
|
||||
autobahn==22.3.2; python_version >= '3.7'
|
||||
automat==20.2.0
|
||||
base58==2.1.1; python_version >= '3.5'
|
||||
bitarray==1.2.2
|
||||
blake2b-py==0.1.3
|
||||
bytestring-splitter==2.4.1
|
||||
cached-property==1.5.2
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.12; python_version >= '3'
|
||||
click==8.0.4
|
||||
click==8.1.2
|
||||
colorama==0.4.4
|
||||
constant-sorrow==0.1.0a9
|
||||
constantly==15.1.0
|
||||
construct==2.10.68; python_version >= '3.6'
|
||||
cryptography==36.0.2
|
||||
cytoolz==0.11.2; implementation_name == 'cpython'
|
||||
dateparser==1.1.0; python_version >= '3.5'
|
||||
dateparser==1.1.1; python_version >= '3.5'
|
||||
ecdsa==0.18.0b2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
|
||||
eth-abi==2.1.1; python_version >= '3.6' and python_version < '4'
|
||||
eth-account==0.5.7; python_version >= '3.6' and python_version < '4'
|
||||
|
@ -27,20 +29,22 @@ eth-hash==0.3.2; python_version >= '3.5' and python_version < '4'
|
|||
eth-keyfile==0.5.1
|
||||
eth-keys==0.3.4
|
||||
eth-rlp==0.2.1; python_version >= '3.6' and python_version < '4'
|
||||
eth-tester==0.5.0b4
|
||||
eth-tester==0.6.0b6
|
||||
eth-typing==2.3.0; python_version >= '3.5' and python_version < '4'
|
||||
eth-utils==1.9.5
|
||||
flask==2.0.3
|
||||
eth-utils==1.10.0
|
||||
flask==2.1.1
|
||||
frozenlist==1.3.0; python_version >= '3.7'
|
||||
hendrix==3.4.0
|
||||
hexbytes==0.2.2; python_version >= '3.6' and python_version < '4'
|
||||
humanize==4.0.0; python_version >= '3.7'
|
||||
hyperlink==21.0.0
|
||||
idna==3.3; python_version >= '3'
|
||||
importlib-metadata==4.11.3; python_version < '3.10'
|
||||
incremental==21.3.0
|
||||
ipfshttpclient==0.7.0a1; python_full_version >= '3.5.4' and python_full_version not in '3.6.0, 3.6.1, 3.7.0, 3.7.1'
|
||||
ipfshttpclient==0.8.0a2; python_full_version >= '3.6.2' and python_full_version not in '3.7.0, 3.7.1'
|
||||
itsdangerous==2.0.1
|
||||
jinja2==3.0.3; python_version >= '3.6'
|
||||
jsonschema==3.2.0
|
||||
jinja2==3.1.1; python_version >= '3.7'
|
||||
jsonschema==4.4.0; python_version >= '3.7'
|
||||
libusb1==3.0.0
|
||||
lmdb==1.3.0
|
||||
lru-dict==1.1.7
|
||||
|
@ -52,17 +56,17 @@ mnemonic==0.20; python_version >= '3.5'
|
|||
msgpack-python==0.5.6
|
||||
msgpack==1.0.3
|
||||
multiaddr==0.0.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
multidict==6.0.2; python_version >= '3.7'
|
||||
mypy-extensions==0.4.3
|
||||
netaddr==0.8.0
|
||||
nucypher-core==0.1.1
|
||||
packaging==21.3; python_version >= '3.6'
|
||||
parsimonious==0.8.1
|
||||
pendulum==2.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
pillow==9.0.1; python_version >= '3.7'
|
||||
protobuf==3.20.0rc1; python_version >= '3.7'
|
||||
py-ecc==4.1.0; python_version >= '3.5' and python_version < '4'
|
||||
py-evm==0.4.0a3
|
||||
py-geth==3.7.0
|
||||
pillow==9.1.0; python_version >= '3.7'
|
||||
protobuf==3.20.0; python_version >= '3.7'
|
||||
py-ecc==5.2.0; python_version >= '3.5' and python_version < '4'
|
||||
py-evm==0.5.0a3
|
||||
pyasn1-modules==0.2.8
|
||||
pyasn1==0.4.8
|
||||
pychalk==2.0.1
|
||||
|
@ -75,7 +79,7 @@ pyparsing==3.0.7; python_version >= '3.6'
|
|||
pyrsistent==0.18.1; python_version >= '3.7'
|
||||
pysha3==1.0.2
|
||||
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
pytz==2021.3
|
||||
pytz==2022.1
|
||||
pytzdata==2020.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
qrcode[pil]==7.3.1
|
||||
regex==2022.3.2; python_version >= '3.6'
|
||||
|
@ -83,7 +87,7 @@ requests==2.27.1
|
|||
rlp==2.0.1
|
||||
semantic-version==2.9.0; python_version >= '2.7'
|
||||
service-identity==21.1.0
|
||||
setuptools==60.9.3; python_version >= '3.7'
|
||||
setuptools==62.0.0; python_version >= '3.7'
|
||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
|
||||
snaptime==0.2.4
|
||||
sortedcontainers==2.4.0
|
||||
|
@ -91,14 +95,16 @@ tabulate==0.8.9
|
|||
toolz==0.11.2; python_version >= '3.5'
|
||||
trezor==0.13.0
|
||||
trie==2.0.0a5; python_version >= '3.6' and python_version < '4'
|
||||
twisted==22.2.0; python_full_version >= '3.6.7'
|
||||
twisted==22.4.0rc1; python_full_version >= '3.6.7'
|
||||
txaio==22.2.1; python_version >= '3.6'
|
||||
typing-extensions==3.10.0.2
|
||||
tzlocal==2.1
|
||||
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||
varint==1.0.2
|
||||
watchdog==2.1.6; python_version >= '3.6'
|
||||
web3==5.12.3
|
||||
websockets==8.1; python_full_version >= '3.6.1'
|
||||
werkzeug==2.0.3; python_version >= '3.6'
|
||||
watchdog==2.1.7; python_version >= '3.6'
|
||||
web3==6.0.0b1
|
||||
websockets==10.2; python_version >= '3.7'
|
||||
werkzeug==2.1.1; python_version >= '3.7'
|
||||
yarl==1.7.2; python_version >= '3.6'
|
||||
zipp==3.8.0; python_version >= '3.7'
|
||||
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||
|
|
Loading…
Reference in New Issue