Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ tqdm==4.65.0
|
|
8 |
numpy==1.24.2
|
9 |
matplotlib==3.7.1
|
10 |
imageio[ffmpeg]==2.19.3 # Python wrapper for FFmpeg
|
11 |
-
|
12 |
|
13 |
# Optional dependencies for Streamlit UI styling
|
14 |
streamlit-drawer==0.0.4
|
|
|
8 |
numpy==1.24.2
|
9 |
matplotlib==3.7.1
|
10 |
imageio[ffmpeg]==2.19.3 # Python wrapper for FFmpeg
|
11 |
+
pyexiftool==0.3.0 # Correct Python wrapper for ExifTool
|
12 |
|
13 |
# Optional dependencies for Streamlit UI styling
|
14 |
streamlit-drawer==0.0.4
|