Explorar o código

update requirements.txt

supeng hai 1 mes
pai
achega
2524ad47aa
Modificáronse 1 ficheiros con 11 adicións e 1 borrados
  1. 11 1
      requirements.txt

+ 11 - 1
requirements.txt

@@ -1,6 +1,8 @@
 # LLM request
 # LLM request
 httpx[socks]>=0.28.0
 httpx[socks]>=0.28.0
 python-dotenv>=1.0.0
 python-dotenv>=1.0.0
+openai>=1.0.0
+PyYAML>=6.0
 
 
 # Browser automation CLI
 # Browser automation CLI
 # 推荐安装方式: uv add browser-use && uv sync
 # 推荐安装方式: uv add browser-use && uv sync
@@ -19,4 +21,12 @@ apscheduler>=3.10.0
 lark-oapi==1.5.3
 lark-oapi==1.5.3
 
 
 # Database
 # Database
-pymysql
+pymysql
+DBUtils>=3.0.0
+
+# HTTP clients
+requests>=2.31.0
+aiohttp>=3.9.0
+
+# Image processing
+Pillow>=10.0.0