Skip to content

Commit

Permalink
Fix: Add jwcrypto into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Jun 12, 2024
1 parent 8d3abd8 commit 8601b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"coincurve>=17.0.0; python_version>=\"3.11\"",
"eth_abi>=4.0.0; python_version>=\"3.11\"",
"eth_account>=0.4.0,<0.11.0",
"jwcrypto==1.5.6",
"python-magic",
"typer",
"typing_extensions",
Expand Down Expand Up @@ -119,6 +120,7 @@ dependencies = [
"pytest-cov==4.1.0",
"pytest-mock==3.12.0",
"pytest-asyncio==0.23.5",
"",
"fastapi",
"httpx",
"secp256k1",
Expand Down

0 comments on commit 8601b59

Please sign in to comment.