h-xml commited on
Commit
19a8d7d
·
verified ·
1 Parent(s): 0c24d9a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -24
requirements.txt CHANGED
@@ -1,24 +1,23 @@
1
- # BabelDocs MCP Server Dependencies
2
-
3
- # MCP Framework
4
- fastmcp>=0.1.0
5
-
6
- # Web Framework
7
- gradio>=4.44.0
8
- uvicorn>=0.30.0
9
-
10
- # PDF Processing
11
- pymupdf>=1.24.0
12
-
13
- # HTTP Client
14
- httpx>=0.25.0
15
-
16
- # Environment
17
- python-dotenv>=1.0.0
18
-
19
- # AI APIs
20
- anthropic>=0.39.0
21
- openai>=1.0.0
22
-
23
- # Modal deployment
24
- modal>=0.64.0
 
1
+ # BabelDocs MCP Server Dependencies
2
+
3
+ # MCP Framework
4
+ fastmcp>=0.1.0
5
+
6
+ # Web Framework
7
+ uvicorn>=0.30.0
8
+
9
+ # PDF Processing
10
+ pymupdf>=1.24.0
11
+
12
+ # HTTP Client
13
+ httpx>=0.25.0
14
+
15
+ # Environment
16
+ python-dotenv>=1.0.0
17
+
18
+ # AI APIs
19
+ anthropic>=0.39.0
20
+ openai>=1.0.0
21
+
22
+ # Modal deployment
23
+ modal>=0.64.0