mirror of https://github.com/nucypher/nucypher.git
Relock dependencies using siwe-py 4.2.0 which contains the fix to loosen dependency restrictions.
parent
12b24c184a
commit
1320a13b7b
|
@ -8,7 +8,7 @@ asttokens==2.4.1 ; python_version >= "3.9" and python_version < "4"
|
|||
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
|
||||
atomicwrites==1.4.1 ; python_version >= "3.9" and python_version < "4" and sys_platform == "win32"
|
||||
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4"
|
||||
atxm @ git+https://github.com/derekpierre/ATxM.git@368a331ec671343a513824e2df00bb847d35ed6e ; python_version >= "3.9" and python_version < "4"
|
||||
atxm @ git+https://github.com/derekpierre/ATxM.git@4675678d0d29be69b32c15a80d3d85d22f2f0e1a ; python_version >= "3.9" and python_version < "4"
|
||||
autobahn==23.6.2 ; python_version >= "3.9" and python_version < "4"
|
||||
automat==22.10.0 ; python_version >= "3.9" and python_version < "4"
|
||||
base58==1.0.3 ; python_version >= "3.9" and python_version < "4"
|
||||
|
@ -27,7 +27,7 @@ constant-sorrow==0.1.0a9 ; python_version >= "3.9" and python_version < "4"
|
|||
constantly==23.10.4 ; python_version >= "3.9" and python_version < "4"
|
||||
coverage==7.6.0 ; python_version >= "3.9" and python_version < "4"
|
||||
coverage[toml]==7.6.0 ; python_version >= "3.9" and python_version < "4"
|
||||
cryptography==42.0.8 ; python_version >= "3.9" and python_version < "4"
|
||||
cryptography==43.0.0 ; python_version >= "3.9" and python_version < "4"
|
||||
cytoolz==0.12.3 ; python_version >= "3.9" and python_version < "4" and implementation_name == "cpython"
|
||||
dataclassy==0.11.1 ; python_version >= "3.9" and python_version < "4"
|
||||
dateparser==1.2.0 ; python_version >= "3.9" and python_version < "4"
|
||||
|
@ -104,7 +104,7 @@ prometheus-client==0.20.0 ; python_version >= "3.9" and python_version < "4"
|
|||
prompt-toolkit==3.0.47 ; python_version >= "3.9" and python_version < "4"
|
||||
protobuf==5.27.2 ; python_version >= "3.9" and python_version < "4"
|
||||
ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4" and sys_platform != "win32"
|
||||
pure-eval==0.2.2 ; python_version >= "3.9" and python_version < "4"
|
||||
pure-eval==0.2.3 ; python_version >= "3.9" and python_version < "4"
|
||||
py-cid==0.3.0 ; python_version >= "3.9" and python_version < "4"
|
||||
py-ecc==7.0.1 ; python_version >= "3.9" and python_version < "4"
|
||||
py-evm==0.10.1b1 ; python_version >= "3.9" and python_version < "4"
|
||||
|
@ -126,7 +126,7 @@ pygithub==1.59.1 ; python_version >= "3.9" and python_version < "4"
|
|||
pygments==2.18.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pyjwt[crypto]==2.8.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pyopenssl==24.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pyopenssl==24.2.1 ; python_version >= "3.9" and python_version < "4"
|
||||
pytest-cov==5.0.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pytest-mock==3.14.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pytest-timeout==2.2.0 ; python_version >= "3.9" and python_version < "4"
|
||||
|
@ -149,8 +149,8 @@ rpds-py==0.19.0 ; python_version >= "3.9" and python_version < "4"
|
|||
safe-pysha3==1.0.4 ; python_version >= "3.9" and python_version < "4" and implementation_name == "cpython"
|
||||
semantic-version==2.10.0 ; python_version >= "3.9" and python_version < "4"
|
||||
service-identity==24.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
setuptools==70.3.0 ; python_version >= "3.9" and python_version < "4"
|
||||
siwe @ git+https://github.com/derekpierre/siwe-py.git@7ef9c2cfc1f13a1f413ef74fcb399838754b2830 ; python_version >= "3.9" and python_version < "4.0"
|
||||
setuptools==71.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
siwe==4.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.9" and python_version < "4"
|
||||
snaptime==0.2.4 ; python_version >= "3.9" and python_version < "4"
|
||||
sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4"
|
||||
|
|
|
@ -233,7 +233,7 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
|
|||
[[package]]
|
||||
name = "atxm"
|
||||
version = "0.3.0"
|
||||
description = "Automatic Transaction Machine (ATxM) for Ethereum"
|
||||
description = "Automatic Transaction Machine (ATxM) for Ethereum."
|
||||
optional = false
|
||||
python-versions = ">=3.9,<4"
|
||||
files = []
|
||||
|
@ -255,7 +255,7 @@ web3 = "^6.15.1"
|
|||
type = "git"
|
||||
url = "https://github.com/derekpierre/ATxM.git"
|
||||
reference = "update-deps"
|
||||
resolved_reference = "368a331ec671343a513824e2df00bb847d35ed6e"
|
||||
resolved_reference = "4675678d0d29be69b32c15a80d3d85d22f2f0e1a"
|
||||
|
||||
[[package]]
|
||||
name = "autobahn"
|
||||
|
@ -887,43 +887,38 @@ toml = ["tomli"]
|
|||
|
||||
[[package]]
|
||||
name = "cryptography"
|
||||
version = "42.0.8"
|
||||
version = "43.0.0"
|
||||
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "cryptography-42.0.8-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:81d8a521705787afe7a18d5bfb47ea9d9cc068206270aad0b96a725022e18d2e"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:961e61cefdcb06e0c6d7e3a1b22ebe8b996eb2bf50614e89384be54c48c6b63d"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e3ec3672626e1b9e55afd0df6d774ff0e953452886e06e0f1eb7eb0c832e8902"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e599b53fd95357d92304510fb7bda8523ed1f79ca98dce2f43c115950aa78801"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:5226d5d21ab681f432a9c1cf8b658c0cb02533eece706b155e5fbd8a0cdd3949"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6b7c4f03ce01afd3b76cf69a5455caa9cfa3de8c8f493e0d3ab7d20611c8dae9"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:2346b911eb349ab547076f47f2e035fc8ff2c02380a7cbbf8d87114fa0f1c583"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:ad803773e9df0b92e0a817d22fd8a3675493f690b96130a5e24f1b8fabbea9c7"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:2f66d9cd9147ee495a8374a45ca445819f8929a3efcd2e3df6428e46c3cbb10b"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:d45b940883a03e19e944456a558b67a41160e367a719833c53de6911cabba2b7"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-win32.whl", hash = "sha256:a0c5b2b0585b6af82d7e385f55a8bc568abff8923af147ee3c07bd8b42cda8b2"},
|
||||
{file = "cryptography-42.0.8-cp37-abi3-win_amd64.whl", hash = "sha256:57080dee41209e556a9a4ce60d229244f7a66ef52750f813bfbe18959770cfba"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:dea567d1b0e8bc5764b9443858b673b734100c2871dc93163f58c46a97a83d28"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4783183f7cb757b73b2ae9aed6599b96338eb957233c58ca8f49a49cc32fd5e"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0608251135d0e03111152e41f0cc2392d1e74e35703960d4190b2e0f4ca9c70"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:dc0fdf6787f37b1c6b08e6dfc892d9d068b5bdb671198c72072828b80bd5fe4c"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:9c0c1716c8447ee7dbf08d6db2e5c41c688544c61074b54fc4564196f55c25a7"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:fff12c88a672ab9c9c1cf7b0c80e3ad9e2ebd9d828d955c126be4fd3e5578c9e"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:cafb92b2bc622cd1aa6a1dce4b93307792633f4c5fe1f46c6b97cf67073ec961"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:31f721658a29331f895a5a54e7e82075554ccfb8b163a18719d342f5ffe5ecb1"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:b297f90c5723d04bcc8265fc2a0f86d4ea2e0f7ab4b6994459548d3a6b992a14"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-win32.whl", hash = "sha256:2f88d197e66c65be5e42cd72e5c18afbfae3f741742070e3019ac8f4ac57262c"},
|
||||
{file = "cryptography-42.0.8-cp39-abi3-win_amd64.whl", hash = "sha256:fa76fbb7596cc5839320000cdd5d0955313696d9511debab7ee7278fc8b5c84a"},
|
||||
{file = "cryptography-42.0.8-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ba4f0a211697362e89ad822e667d8d340b4d8d55fae72cdd619389fb5912eefe"},
|
||||
{file = "cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:81884c4d096c272f00aeb1f11cf62ccd39763581645b0812e99a91505fa48e0c"},
|
||||
{file = "cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:c9bb2ae11bfbab395bdd072985abde58ea9860ed84e59dbc0463a5d0159f5b71"},
|
||||
{file = "cryptography-42.0.8-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:7016f837e15b0a1c119d27ecd89b3515f01f90a8615ed5e9427e30d9cdbfed3d"},
|
||||
{file = "cryptography-42.0.8-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5a94eccb2a81a309806027e1670a358b99b8fe8bfe9f8d329f27d72c094dde8c"},
|
||||
{file = "cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:dec9b018df185f08483f294cae6ccac29e7a6e0678996587363dc352dc65c842"},
|
||||
{file = "cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:343728aac38decfdeecf55ecab3264b015be68fc2816ca800db649607aeee648"},
|
||||
{file = "cryptography-42.0.8-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:013629ae70b40af70c9a7a5db40abe5d9054e6f4380e50ce769947b73bf3caad"},
|
||||
{file = "cryptography-42.0.8.tar.gz", hash = "sha256:8d09d05439ce7baa8e9e95b07ec5b6c886f548deb7e0f69ef25f64b3bce842f2"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:64c3f16e2a4fc51c0d06af28441881f98c5d91009b8caaff40cf3548089e9c74"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3dcdedae5c7710b9f97ac6bba7e1052b95c7083c9d0e9df96e02a1932e777895"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3d9a1eca329405219b605fac09ecfc09ac09e595d6def650a437523fcd08dd22"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ea9e57f8ea880eeea38ab5abf9fbe39f923544d7884228ec67d666abd60f5a47"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:9a8d6802e0825767476f62aafed40532bd435e8a5f7d23bd8b4f5fd04cc80ecf"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:cc70b4b581f28d0a254d006f26949245e3657d40d8857066c2ae22a61222ef55"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:4a997df8c1c2aae1e1e5ac49c2e4f610ad037fc5a3aadc7b64e39dea42249431"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-win32.whl", hash = "sha256:6e2b11c55d260d03a8cf29ac9b5e0608d35f08077d8c087be96287f43af3ccdc"},
|
||||
{file = "cryptography-43.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:31e44a986ceccec3d0498e16f3d27b2ee5fdf69ce2ab89b52eaad1d2f33d8778"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:7b3f5fe74a5ca32d4d0f302ffe6680fcc5c28f8ef0dc0ae8f40c0f3a1b4fca66"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac1955ce000cb29ab40def14fd1bbfa7af2017cca696ee696925615cafd0dce5"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:299d3da8e00b7e2b54bb02ef58d73cd5f55fb31f33ebbf33bd00d9aa6807df7e"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ee0c405832ade84d4de74b9029bedb7b31200600fa524d218fc29bfa371e97f5"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:cb013933d4c127349b3948aa8aaf2f12c0353ad0eccd715ca789c8a0f671646f"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:fdcb265de28585de5b859ae13e3846a8e805268a823a12a4da2597f1f5afc9f0"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:2905ccf93a8a2a416f3ec01b1a7911c3fe4073ef35640e7ee5296754e30b762b"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-win32.whl", hash = "sha256:47ca71115e545954e6c1d207dd13461ab81f4eccfcb1345eac874828b5e3eaaf"},
|
||||
{file = "cryptography-43.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:0663585d02f76929792470451a5ba64424acc3cd5227b03921dab0e2f27b1709"},
|
||||
{file = "cryptography-43.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:2c6d112bf61c5ef44042c253e4859b3cbbb50df2f78fa8fae6747a7814484a70"},
|
||||
{file = "cryptography-43.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:844b6d608374e7d08f4f6e6f9f7b951f9256db41421917dfb2d003dde4cd6b66"},
|
||||
{file = "cryptography-43.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:51956cf8730665e2bdf8ddb8da0056f699c1a5715648c1b0144670c1ba00b48f"},
|
||||
{file = "cryptography-43.0.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:aae4d918f6b180a8ab8bf6511a419473d107df4dbb4225c7b48c5c9602c38c7f"},
|
||||
{file = "cryptography-43.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:232ce02943a579095a339ac4b390fbbe97f5b5d5d107f8a08260ea2768be8cc2"},
|
||||
{file = "cryptography-43.0.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:5bcb8a5620008a8034d39bce21dc3e23735dfdb6a33a06974739bfa04f853947"},
|
||||
{file = "cryptography-43.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:08a24a7070b2b6804c1940ff0f910ff728932a9d0e80e7814234269f9d46d069"},
|
||||
{file = "cryptography-43.0.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:e9c5266c432a1e23738d178e51c2c7a5e2ddf790f248be939448c0ba2021f9d1"},
|
||||
{file = "cryptography-43.0.0.tar.gz", hash = "sha256:b88075ada2d51aa9f18283532c9f60e72170041bba88d7f37e49cbb10275299e"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -936,7 +931,7 @@ nox = ["nox"]
|
|||
pep8test = ["check-sdist", "click", "mypy", "ruff"]
|
||||
sdist = ["build"]
|
||||
ssh = ["bcrypt (>=3.1.5)"]
|
||||
test = ["certifi", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
|
||||
test = ["certifi", "cryptography-vectors (==43.0.0)", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
|
||||
test-randomorder = ["pytest-randomly"]
|
||||
|
||||
[[package]]
|
||||
|
@ -2969,13 +2964,13 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "pure-eval"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
description = "Safely evaluate AST nodes without side effects"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"},
|
||||
{file = "pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"},
|
||||
{file = "pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0"},
|
||||
{file = "pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
|
@ -3463,17 +3458,17 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "pyopenssl"
|
||||
version = "24.1.0"
|
||||
version = "24.2.1"
|
||||
description = "Python wrapper module around the OpenSSL library"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pyOpenSSL-24.1.0-py3-none-any.whl", hash = "sha256:17ed5be5936449c5418d1cd269a1a9e9081bc54c17aed272b45856a3d3dc86ad"},
|
||||
{file = "pyOpenSSL-24.1.0.tar.gz", hash = "sha256:cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f"},
|
||||
{file = "pyOpenSSL-24.2.1-py3-none-any.whl", hash = "sha256:967d5719b12b243588573f39b0c677637145c7a1ffedcd495a487e58177fbb8d"},
|
||||
{file = "pyopenssl-24.2.1.tar.gz", hash = "sha256:4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
cryptography = ">=41.0.5,<43"
|
||||
cryptography = ">=41.0.5,<44"
|
||||
|
||||
[package.extras]
|
||||
docs = ["sphinx (!=5.2.0,!=5.2.0.post0,!=7.2.5)", "sphinx-rtd-theme"]
|
||||
|
@ -4047,27 +4042,30 @@ tests = ["coverage[toml] (>=5.0.2)", "pytest"]
|
|||
|
||||
[[package]]
|
||||
name = "setuptools"
|
||||
version = "70.3.0"
|
||||
version = "71.1.0"
|
||||
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "setuptools-70.3.0-py3-none-any.whl", hash = "sha256:fe384da74336c398e0d956d1cae0669bc02eed936cdb1d49b57de1990dc11ffc"},
|
||||
{file = "setuptools-70.3.0.tar.gz", hash = "sha256:f171bab1dfbc86b132997f26a119f6056a57950d058587841a0082e8830f9dc5"},
|
||||
{file = "setuptools-71.1.0-py3-none-any.whl", hash = "sha256:33874fdc59b3188304b2e7c80d9029097ea31627180896fb549c578ceb8a0855"},
|
||||
{file = "setuptools-71.1.0.tar.gz", hash = "sha256:032d42ee9fb536e33087fb66cac5f840eb9391ed05637b3f2a76a7c8fb477936"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.text (>=3.7)", "more-itertools (>=8.8)", "ordered-set (>=3.1.1)", "packaging (>=24)", "platformdirs (>=2.6.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
|
||||
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
|
||||
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test", "mypy (==1.10.0)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.3.2)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
||||
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test", "mypy (==1.11.*)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (<0.4)", "pytest-ruff (>=0.2.1)", "pytest-ruff (>=0.3.2)", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
|
||||
|
||||
[[package]]
|
||||
name = "siwe"
|
||||
version = "4.1.0"
|
||||
version = "4.2.0"
|
||||
description = "A Python implementation of Sign-In with Ethereum (EIP-4361)."
|
||||
optional = false
|
||||
python-versions = ">=3.8,<4.0"
|
||||
files = []
|
||||
develop = false
|
||||
python-versions = "<4.0,>=3.8"
|
||||
files = [
|
||||
{file = "siwe-4.2.0-py3-none-any.whl", hash = "sha256:b95c884e70c1807b87f9b41dea00ecb1d4d953186c72776a8e620b860b330824"},
|
||||
{file = "siwe-4.2.0.tar.gz", hash = "sha256:059acea615b9db12db48059f1deb01e0750f0a2dbd8c763ecb67227f43be2e55"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
abnf = ">=2.2,<3"
|
||||
|
@ -4075,16 +4073,10 @@ eth-account = ">=0.10.0,<0.12"
|
|||
eth-typing = ">=3.4.0"
|
||||
eth-utils = ">=2.2.0"
|
||||
pydantic = ">=2.7,<3"
|
||||
pydantic-core = "^2"
|
||||
typing-extensions = "^4"
|
||||
pydantic-core = ">=2,<3"
|
||||
typing-extensions = ">=4,<5"
|
||||
web3 = ">=6.17,<7"
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/derekpierre/siwe-py.git"
|
||||
reference = "update-deps"
|
||||
resolved_reference = "7ef9c2cfc1f13a1f413ef74fcb399838754b2830"
|
||||
|
||||
[[package]]
|
||||
name = "six"
|
||||
version = "1.16.0"
|
||||
|
@ -5003,4 +4995,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4"
|
||||
content-hash = "4d1211edd99d8364da256f12c9ea858ffc14016d9e4a21b99e479f96fc55562b"
|
||||
content-hash = "a373967eca0a5dc11de0f0684a414cf4b3dc1bad4d4ac12f305a735724635777"
|
||||
|
|
|
@ -25,7 +25,7 @@ marshmallow = '*'
|
|||
appdirs = '*'
|
||||
constant-sorrow = '^0.1.0a9'
|
||||
prometheus-client = '*'
|
||||
siwe = { git = "https://github.com/derekpierre/siwe-py.git", branch = "update-deps" }
|
||||
siwe = "^4.2.0"
|
||||
time-machine = "^2.13.0"
|
||||
twisted = "^24.2.0rc1"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
|
|||
appdirs==1.4.4 ; python_version >= "3.9" and python_version < "4"
|
||||
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
|
||||
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4"
|
||||
atxm @ git+https://github.com/derekpierre/ATxM.git@368a331ec671343a513824e2df00bb847d35ed6e ; python_version >= "3.9" and python_version < "4"
|
||||
atxm @ git+https://github.com/derekpierre/ATxM.git@4675678d0d29be69b32c15a80d3d85d22f2f0e1a ; python_version >= "3.9" and python_version < "4"
|
||||
autobahn==23.6.2 ; python_version >= "3.9" and python_version < "4"
|
||||
automat==22.10.0 ; python_version >= "3.9" and python_version < "4"
|
||||
bitarray==2.9.2 ; python_version >= "3.9" and python_version < "4"
|
||||
|
@ -19,7 +19,7 @@ click==8.1.7 ; python_version >= "3.9" and python_version < "4"
|
|||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4"
|
||||
constant-sorrow==0.1.0a9 ; python_version >= "3.9" and python_version < "4"
|
||||
constantly==23.10.4 ; python_version >= "3.9" and python_version < "4"
|
||||
cryptography==42.0.8 ; python_version >= "3.9" and python_version < "4"
|
||||
cryptography==43.0.0 ; python_version >= "3.9" and python_version < "4"
|
||||
cytoolz==0.12.3 ; python_version >= "3.9" and python_version < "4" and implementation_name == "cpython"
|
||||
dateparser==1.2.0 ; python_version >= "3.9" and python_version < "4"
|
||||
eth-abi==5.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
|
@ -66,7 +66,7 @@ pycryptodome==3.20.0 ; python_version >= "3.9" and python_version < "4"
|
|||
pydantic-core==2.20.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pydantic==2.8.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pyopenssl==24.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
pyopenssl==24.2.1 ; python_version >= "3.9" and python_version < "4"
|
||||
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4"
|
||||
python-statemachine==2.3.4 ; python_version >= "3.9" and python_version < "4"
|
||||
pytz==2024.1 ; python_version >= "3.9" and python_version < "4"
|
||||
|
@ -78,8 +78,8 @@ requests==2.32.3 ; python_version >= "3.9" and python_version < "4"
|
|||
rlp==4.0.1 ; python_version >= "3.9" and python_version < "4"
|
||||
rpds-py==0.19.0 ; python_version >= "3.9" and python_version < "4"
|
||||
service-identity==24.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
setuptools==70.3.0 ; python_version >= "3.9" and python_version < "4"
|
||||
siwe @ git+https://github.com/derekpierre/siwe-py.git@7ef9c2cfc1f13a1f413ef74fcb399838754b2830 ; python_version >= "3.9" and python_version < "4.0"
|
||||
setuptools==71.1.0 ; python_version >= "3.9" and python_version < "4"
|
||||
siwe==4.2.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.9" and python_version < "4"
|
||||
snaptime==0.2.4 ; python_version >= "3.9" and python_version < "4"
|
||||
tabulate==0.9.0 ; python_version >= "3.9" and python_version < "4"
|
||||
|
|
Loading…
Reference in New Issue