cstr commited on
Commit
1799c9b
·
verified ·
1 Parent(s): c9034b4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio>=4.0.0
3
+ gradio_client>=0.10.0
4
+ python-docx>=1.1.0
5
+ python-pptx>=0.6.23
6
+ requests>=2.31.0
7
+ tqdm>=4.66.0
8
+ lxml>=4.9.0
9
+
10
+ # Optional: LLM providers
11
+ openai>=1.3.0
12
+ anthropic>=0.7.0
13
+
14
+ # Utilities
15
+ psutil>=5.9.0