update requirements

pull/3023/head
Kieran Prasch 2022-11-17 13:07:17 +00:00
parent 8749b742c0
commit 1209a2dc1c
3 changed files with 49 additions and 64 deletions

View File

@ -1,28 +1,23 @@
-i https://pypi.python.org/simple
attrs==22.1.0; python_version >= '3.5'
bandit==1.7.4
certifi==2022.9.24; python_version >= '3.6'
cfgv==3.3.1; python_full_version >= '3.6.1'
charset-normalizer==2.1.1; python_version >= '3.6'
coverage==6.5.0
decorator==5.1.1; python_version >= '3.5'
distlib==0.3.6
exceptiongroup==1.0.0rc9; python_version < '3.11'
execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
exceptiongroup==1.0.4; python_version < '3.11'
filelock==3.8.0; python_version >= '3.7'
gitdb==4.0.9; python_version >= '3.6'
gitpython==3.1.27; 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.56.0
identify==2.5.5; python_version >= '3.7'
greenlet==2.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
hypothesis==6.57.1
identify==2.5.8; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
iniconfig==1.1.1
mypy-extensions==0.4.3
mypy==0.981
mypy==0.991
nodeenv==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==21.3; python_version >= '3.6'
pbr==5.10.0; python_version >= '2.6'
platformdirs==2.5.2; python_version >= '3.7'
platformdirs==2.5.4; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
pre-commit==2.20.0
py-solc-x==0.10.1
@ -30,21 +25,17 @@ py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.
pyflakes==2.5.0
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytest-cov==4.0.0
pytest-forked==1.4.0; python_version >= '3.6'
pytest-mock==3.9.0
pytest-mock==3.10.0
pytest-timeout==2.1.0
pytest-twisted==1.13.4
pytest-xdist==2.5.0
pytest-twisted==1.14.0
pytest==6.2.5
pyyaml==6.0; python_version >= '3.6'
requests==2.28.1
semantic-version==2.10.0; python_version >= '2.7'
setuptools==65.4.1; python_version >= '3.7'
smmap==5.0.0; python_version >= '3.6'
setuptools==65.5.1; python_version >= '3.7'
sortedcontainers==2.4.0
stevedore==4.0.0; python_version >= '3.8'
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.11'
typing-extensions==4.3.0; python_version >= '3.7'
typing-extensions==4.4.0; python_version >= '3.7'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
virtualenv==20.16.5; python_version >= '3.6'
virtualenv==20.16.7; python_version >= '3.6'

View File

@ -2,19 +2,20 @@
alabaster==0.7.12
attrs==22.1.0; python_version >= '3.5'
autosemver==0.5.5
babel==2.10.3; python_version >= '3.6'
babel==2.11.0; python_version >= '3.6'
certifi==2022.9.24; python_version >= '3.6'
charset-normalizer==2.1.1; python_version >= '3.6'
click-default-group==1.2.2
click==8.1.3; python_version >= '3.7'
coverage==6.5.0; python_version >= '3.7'
coverage==6.6.0b1; 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
exceptiongroup==1.0.4; python_version < '3.11'
execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
git+https://github.com/inspirehep/jsonschema2rst.git@d211d9709046431a6b6a4594c97c22d8713d854b#egg=jsonschema2rst
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'
incremental==21.3.0
incremental==22.10.0
iniconfig==1.1.1
isort==5.10.1; python_full_version >= '3.6.1' and python_version < '4'
jinja2==3.0.3
@ -24,20 +25,19 @@ packaging==21.3; python_version >= '3.6'
pep8==1.7.1
pluggy==1.0.0; python_version >= '3.6'
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'
pygments==2.13.0; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytest-cache==1.0
pytest-cov==4.0.0; python_version >= '3.6'
pytest-pep8==1.0.6
pytest==7.1.3; python_version >= '3.7'
pytz==2022.4
pytest==7.2.0; python_version >= '3.7'
pytz==2022.6
pyyaml==6.0; python_version >= '3.6'
requests==2.28.1; python_version >= '3.7' and python_version < '4'
semantic-version==2.10.0; python_version >= '2.7'
setuptools==65.4.1; python_version >= '3.7'
setuptools==65.5.1; python_version >= '3.7'
snowballstemmer==2.2.0
sphinx-rtd-theme==1.0.0
sphinx-rtd-theme==1.1.1
sphinx==3.0.1
sphinxcontrib-applehelp==1.0.2; python_version >= '3.5'
sphinxcontrib-devhelp==1.0.2; python_version >= '3.5'
@ -45,6 +45,6 @@ sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.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.7'
tomli==2.0.1; python_version < '3.11'
towncrier==22.8.0
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'

View File

@ -1,11 +1,11 @@
-i https://pypi.python.org/simple
aiohttp==3.8.3; python_version >= '3.6'
aiosignal==1.2.0; python_version >= '3.6'
aiohttp==3.8.1
aiosignal==1.3.1; python_version >= '3.7'
appdirs==1.4.4
async-timeout==4.0.2; python_version >= '3.6'
attrs==22.1.0; python_version >= '3.5'
autobahn==22.7.1; python_version >= '3.7'
automat==20.2.0
automat==22.10.0
base58==2.1.1; python_version >= '3.5'
bitarray==2.6.0
bytestring-splitter==2.4.1
@ -14,14 +14,12 @@ certifi==2022.9.24; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==2.1.1; python_version >= '3.6'
click==8.1.3
colorama==0.4.5
colorama==0.4.6
constant-sorrow==0.1.0a9
constantly==15.1.0
construct==2.10.68; python_version >= '3.6'
cryptography==38.0.1
cryptography==38.0.3
cytoolz==0.12.0; implementation_name == 'cpython'
dateparser==1.1.1; python_version >= '3.5'
ecdsa==0.18.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'
dateparser==1.1.3; python_version >= '3.5'
eip712-structs==1.1.0
eth-abi==3.0.1; python_version >= '3.7' and python_version < '4'
eth-account==0.7.0; python_version >= '3.6' and python_version < '4'
@ -34,39 +32,36 @@ eth-tester==0.7.0b1
eth-typing==3.2.0; python_version >= '3.6' and python_version < '4'
eth-utils==2.0.0
flask==2.2.2
frozenlist==1.3.1; python_version >= '3.7'
frozenlist==1.3.3; python_version >= '3.7'
hendrix==3.4.0
hexbytes==0.3.0; python_version >= '3.7' and python_version < '4'
humanize==4.4.0; python_version >= '3.7'
hyperlink==21.0.0
idna==3.4; python_version >= '3.5'
incremental==21.3.0
incremental==22.10.0
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
jsonschema==4.16.0; python_version >= '3.7'
libusb1==3.0.0
lmdb==1.3.0
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
jsonschema==4.17.0; python_version >= '3.7'
lru-dict==1.1.8
mako==1.2.3
mako==1.2.4
markupsafe==2.1.1; python_version >= '3.7'
marshmallow==3.18.0
marshmallow==3.19.0
maya==0.6.1
mnemonic==0.20; python_version >= '3.5'
mnemonic==0.20
msgpack-python==0.5.6
msgpack==1.0.4
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.4.0
nucypher-core==0.4.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.2.0; python_version >= '3.7'
protobuf==3.20.1; python_version >= '3.7'
protobuf==4.21.9; python_version >= '3.7'
py-ecc==6.0.0; python_version >= '3.6' and python_version < '4'
py-evm==0.6.0a1
py-evm==0.6.1a1
pyasn1-modules==0.3.0rc1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pyasn1==0.5.0rc2; 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
@ -76,35 +71,34 @@ pyethash==0.1.27
pynacl==1.5.0
pyopenssl==22.1.0
pyparsing==3.0.9; python_full_version >= '3.6.8'
pyrsistent==0.18.1; python_version >= '3.7'
pyrsistent==0.19.2; 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==2022.4
pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pytz==2022.6
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'
requests==2.28.1
rlp==3.0.0
semantic-version==2.10.0; python_version >= '2.7'
service-identity==21.1.0
setuptools==65.4.1; python_version >= '3.7'
simple-rlp==0.1.3; python_version >= '3.7'
setuptools==65.5.1; 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
tabulate==0.8.10
tabulate==0.9.0
toolz==0.12.0; python_version >= '3.5'
trezor==0.13.3
trie==2.0.2; python_version >= '3.6' and python_version < '4'
twisted==22.8.0; python_full_version >= '3.7.1'
twisted==22.10.0; python_full_version >= '3.7.1'
txaio==22.2.1; python_version >= '3.6'
typing-extensions==4.3.0; python_version >= '3.7'
tzlocal==2.1
typing-extensions==4.4.0; python_version >= '3.7'
tzdata==2022.6; python_version >= '3.6'
tzlocal==4.2; python_version >= '3.6'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
varint==1.0.2
watchdog==2.1.9; python_version >= '3.6'
web3==6.0.0b6
websockets==10.3; python_version >= '3.7'
web3==6.0.0b8
websockets==10.4; python_version >= '3.7'
werkzeug==2.2.2; python_version >= '3.7'
yarl==1.8.1; 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'
zope.interface==5.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'