Skip to content

Commit 8601b59

Browse files
committed
Fix: Add jwcrypto into pyproject.toml
1 parent 8d3abd8 commit 8601b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"coincurve>=17.0.0; python_version>=\"3.11\"",
2929
"eth_abi>=4.0.0; python_version>=\"3.11\"",
3030
"eth_account>=0.4.0,<0.11.0",
31+
"jwcrypto==1.5.6",
3132
"python-magic",
3233
"typer",
3334
"typing_extensions",
@@ -119,6 +120,7 @@ dependencies = [
119120
"pytest-cov==4.1.0",
120121
"pytest-mock==3.12.0",
121122
"pytest-asyncio==0.23.5",
123+
"",
122124
"fastapi",
123125
"httpx",
124126
"secp256k1",

0 commit comments

Comments
 (0)