Skip to content

Commit b854f42

Browse files
abrichrclaude
andcommitted
Add AWS dependencies for OmniParser deployment
- Add boto3 and botocore for AWS SDK - Required for deploying OmniParser service 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent a13e399 commit b854f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

omnimcp/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ dependencies = [
2929
"orjson>=3.8.0", # For fast JSON handling
3030
"dictalchemy3>=1.0.0", # For SQLAlchemy dict utils
3131
"joblib>=1.2.0", # For caching
32+
"boto3>=1.26.0", # For AWS services
33+
"botocore>=1.29.0" # For AWS SDK
3234
]
3335

3436
[project.scripts]

0 commit comments

Comments
 (0)