Skip to content

Commit d2fa342

Browse files
authored
fix(deps): add missing requests-toolbelt dependency to pyproject.toml (#273)
Signed-off-by: verseon0980 <klokrc74@gmail.com>
1 parent 806a595 commit d2fa342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ classifiers = [
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
1818
]
19-
2019
dependencies = [
2120
"eth-account>=0.13.4",
2221
"web3>=7.3.0",
2322
"click>=8.1.7",
2423
"firebase-rest-api>=1.11.0",
2524
"numpy>=1.26.4",
2625
"requests>=2.32.3",
26+
"requests-toolbelt>=0.9.1",
2727
"langchain>=0.3.7",
2828
"openai>=1.58.1",
2929
"pydantic>=2.9.2",

0 commit comments

Comments
 (0)