Kanhshsh commited on
Commit
c2bbbf1
Β·
verified Β·
1 Parent(s): a0c5538

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -0
requirements.txt ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ flask>=3.0.0
2
+ requests>=2.32.0
3
+ pymongo>=4.7.0
4
+ numpy>=1.26.0
5
+
6
+ # ─── Google / YouTube API stack ───────────────────────
7
+ google-api-python-client>=2.126.0
8
+ google-auth>=2.29.0
9
+ google-auth-oauthlib>=1.2.0
10
+ google-auth-httplib2>=0.2.0
11
+ httplib2>=0.22.0 # pulled in, but list for clarity
12
+
13
+ # ─── Instagram + Selenium fetcher ─────────────────────
14
+ git+https://github.com/subzeroid/instagrapi.git # bleeding‑edge fork
15
+ undetected-chromedriver>=3.5.5
16
+ selenium>=4.22.0
17
+
18
+ # ─── Video editing stack (moviepy + codecs) ───────────
19
+ moviepy==1.0.3
20
+ imageio[ffmpeg]>=2.34.0 # moviepy’s video I/O
21
+ moviepy==1.0.3
22
+ decorator==4.4.2 # moviepy dep
23
+ tqdm>=4.66.0 # moviepy progress bars
24
+ proglog>=0.1.10 # moviepy logging helper
25
+ pillow==9.4.0 # locked for emoji compositing
26
+
27
+ # ─── Extra utils ──────────────────────────────────────
28
+ emoji>=2.11.0