edit Dockerfile, add new dependencies for new browser use tool

This commit is contained in:
Skyber_2 2026-03-29 21:26:58 +03:00
parent 9406d26afd
commit de15e349ca
5 changed files with 3481 additions and 11 deletions

View file

@ -34,12 +34,17 @@ dependencies = [
"faster-whisper>=1.0.0,<2",
# Skills Hub (GitHub App JWT auth — optional, only needed for bot identity)
"PyJWT[crypto]>=2.10.1,<3",
"browser-use>=0.1.0",
"playwright>=1.49.0",
"playwright-stealth>=1.0.6"
]
[project.optional-dependencies]
modal = ["swe-rex[modal]>=1.4.0,<2"]
daytona = ["daytona>=0.148.0,<1"]
dev = ["pytest>=9.0.2,<10", "pytest-asyncio>=1.3.0,<2", "pytest-xdist>=3.0,<4", "mcp>=1.2.0,<2"]
tg = ["python-telegram-bot>=22.6,<23", "aiohttp>=3.13.3,<4"]
messaging = ["python-telegram-bot>=22.6,<23", "discord.py[voice]>=2.7.1,<3", "aiohttp>=3.13.3,<4", "slack-bolt>=1.18.0,<2", "slack-sdk>=3.27.0,<4"]
cron = ["croniter>=6.0.0,<7"]
slack = ["slack-bolt>=1.18.0,<2", "slack-sdk>=3.27.0,<4"]