xiaoxishui commited on
Commit
1dfa24a
·
verified ·
1 Parent(s): 77eb28c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +35 -1
requirements.txt CHANGED
@@ -4,4 +4,38 @@ python-dotenv>=0.19.0
4
  httpx[http2]>=0.24.0
5
  pillow>=9.0.0
6
  numpy>=1.21.0
7
- opencv-python-headless>=4.5.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  httpx[http2]>=0.24.0
5
  pillow>=9.0.0
6
  numpy>=1.21.0
7
+ opencv-python-headless>=4.5.0
8
+ # FastAPI 核心依赖
9
+ fastapi>=0.115.0
10
+ uvicorn[standard]>=0.34.0
11
+ python-multipart>=0.0.20
12
+ pydantic>=2.5.0
13
+
14
+ # HTTP 请求
15
+ requests>=2.32.4
16
+ urllib3>=2.2.2
17
+
18
+ # 图片处理
19
+ pillow>=11.0.0
20
+
21
+ # 环境变量
22
+ python-dotenv>=1.1.0
23
+
24
+ # AI 视频内容分析
25
+ openai>=2.3.0
26
+
27
+ # Gradio 前端
28
+ gradio>=5.44.1
29
+
30
+ # HTML 解析
31
+ beautifulsoup4>=4.12.3
32
+ lxml>=5.3.0
33
+
34
+ # JavaScript 执行 (用于某些平台的签名)
35
+ py-mini-racer>=0.6.0
36
+
37
+ # 日志
38
+ colorama>=0.4.6
39
+
40
+ # 中文分词 (用于标题处理)
41
+ jieba>=0.42.1