nitubhai commited on
Commit
edf9798
·
verified ·
1 Parent(s): 80561ae

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -9
requirements.txt CHANGED
@@ -1,30 +1,25 @@
1
- # Flask Web Framework
2
  Flask==3.1.2
3
  Flask-Session==0.8.0
4
  gunicorn==23.0.0
5
  python-dotenv==1.1.1
6
 
7
- # Video Processing (CRITICAL - MoviePy and dependencies)
8
  moviepy==2.1.1
9
  imageio==2.37.0
10
  imageio-ffmpeg==0.6.0
11
- opencv-python-headless==4.12.0.88
12
- Pillow==11.3.0
13
- numpy==2.2.6
14
  proglog==0.1.12
15
  decorator==5.2.1
16
 
17
- # Instagram Downloader
18
  instaloader==4.14.2
19
  yt-dlp==2025.9.26
20
 
21
- # Google APIs & AI
22
  google-api-python-client==2.184.0
23
  google-auth==2.41.1
24
  google-auth-httplib2==0.2.0
25
  google-auth-oauthlib==1.2.2
26
  google-generativeai==0.8.5
27
 
28
- # Utilities
29
- requests==2.32.5
30
  tqdm==4.67.1
 
 
1
  Flask==3.1.2
2
  Flask-Session==0.8.0
3
  gunicorn==23.0.0
4
  python-dotenv==1.1.1
5
 
 
6
  moviepy==2.1.1
7
  imageio==2.37.0
8
  imageio-ffmpeg==0.6.0
9
+ opencv-python-headless==4.9.0.80
10
+ Pillow==10.2.0
11
+ numpy==2.1.1
12
  proglog==0.1.12
13
  decorator==5.2.1
14
 
 
15
  instaloader==4.14.2
16
  yt-dlp==2025.9.26
17
 
 
18
  google-api-python-client==2.184.0
19
  google-auth==2.41.1
20
  google-auth-httplib2==0.2.0
21
  google-auth-oauthlib==1.2.2
22
  google-generativeai==0.8.5
23
 
24
+ requests==2.32.3
 
25
  tqdm==4.67.1