Add Flask to requirements so app_enhanced.py can run
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,4 @@ opencv-python==4.9.0.80
|
|
| 4 |
srt==3.5.3
|
| 5 |
ffmpeg-python==0.2.0
|
| 6 |
python-dotenv
|
|
|
|
|
|
| 4 |
srt==3.5.3
|
| 5 |
ffmpeg-python==0.2.0
|
| 6 |
python-dotenv
|
| 7 |
+
Flask==3.0.3
|