Skip to content

Commit 524787c

Browse files
abrichrclaude
andcommitted
Add posthog to OmniMCP dependencies and keep BeautifulSoup lazy loading
- Add posthog to OmniMCP dependencies - Keep BeautifulSoup lazy loaded in utils.py functions - Revert DistinctIDPosthog class to its original implementation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ca33de9 commit 524787c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

omnimcp/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies = [
2323
"requests>=2.31.0", # HTTP requests for OmniParser
2424
"mss>=6.1.0", # Screen capture
2525
"jinja2>=3.0.0", # For templating
26+
"posthog>=2.0.0", # For analytics
2627
]
2728

2829
[project.scripts]

0 commit comments

Comments
 (0)