Skip to content

Commit f173f88

Browse files
committed
fix pyproject syntax error
1 parent 0a17078 commit f173f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pydantic = ">=2"
2323
typing-extensions = ">=4.7.1"
2424
websockets = ">= 12.0.0"
2525
eth-account = ">=0.13.4"
26-
requests ">=2.31.0"
26+
requests = ">=2.31.0"
2727

2828
[tool.poetry.dev-dependencies]
2929
pytest = ">=7.2.1"

0 commit comments

Comments
 (0)