Adnan commited on
Commit
75eb378
·
verified ·
1 Parent(s): 184a7a7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -2
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # --- Python 3.13 audioop fix ---
2
  audioop-lts
3
 
4
- # --- Core (required for app to start) ---
5
  Pillow>=10.0.0
6
  numpy>=1.24.0
7
  opencv-python-headless>=4.8.0
@@ -10,7 +10,7 @@ imageio-ffmpeg>=0.4.9
10
  requests>=2.31.0
11
  httpx>=0.27.0
12
 
13
- # --- Local generation (optional but included) ---
14
  diffusers>=0.30.0
15
  transformers>=4.44.0
16
  accelerate>=0.33.0
@@ -19,3 +19,10 @@ safetensors
19
  # --- Video assembly ---
20
  decorator==4.4.2
21
  moviepy==1.0.3
 
 
 
 
 
 
 
 
1
  # --- Python 3.13 audioop fix ---
2
  audioop-lts
3
 
4
+ # --- Core ---
5
  Pillow>=10.0.0
6
  numpy>=1.24.0
7
  opencv-python-headless>=4.8.0
 
10
  requests>=2.31.0
11
  httpx>=0.27.0
12
 
13
+ # --- Local generation ---
14
  diffusers>=0.30.0
15
  transformers>=4.44.0
16
  accelerate>=0.33.0
 
19
  # --- Video assembly ---
20
  decorator==4.4.2
21
  moviepy==1.0.3
22
+
23
+ # --- ALL API Client Packages ---
24
+ openai>=1.30.0
25
+ replicate>=0.25.0
26
+ together>=1.0.0
27
+ fal-client>=0.4.0
28
+ google-generativeai>=0.8.0