diff --git a/source/ignore_files_with_matching_ffprobe_data/changelog.md b/source/ignore_files_with_matching_ffprobe_data/changelog.md
index f9307d176..b92f62469 100644
--- a/source/ignore_files_with_matching_ffprobe_data/changelog.md
+++ b/source/ignore_files_with_matching_ffprobe_data/changelog.md
@@ -1,4 +1,7 @@
+**0.0.2**
+- add ffmpeg-python to requirements.txt
+
**0.0.1**
- Initial version
- jsonata version of ignore_files_based_on_metadata
diff --git a/source/ignore_files_with_matching_ffprobe_data/info.json b/source/ignore_files_with_matching_ffprobe_data/info.json
index b47e162c0..964768207 100644
--- a/source/ignore_files_with_matching_ffprobe_data/info.json
+++ b/source/ignore_files_with_matching_ffprobe_data/info.json
@@ -11,5 +11,5 @@
"on_library_management_file_test": 0
},
"tags": "audio,video,ffmpeg",
- "version": "0.0.1"
+ "version": "0.0.2"
}
diff --git a/source/ignore_files_with_matching_ffprobe_data/requirements.txt b/source/ignore_files_with_matching_ffprobe_data/requirements.txt
index f67861751..c44e439c4 100644
--- a/source/ignore_files_with_matching_ffprobe_data/requirements.txt
+++ b/source/ignore_files_with_matching_ffprobe_data/requirements.txt
@@ -1 +1,2 @@
jsonata-python==0.4.0
+ffmpeg-python==0.2.0