refactor: Disable file monitoring functionality with ENABLE_FILE_MONITORING flag

This commit is contained in:
Will Miao
2025-04-12 06:47:47 +08:00
parent 0618541527
commit 9277d8d8f8
3 changed files with 33 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ dependencies = [
"beautifulsoup4",
"piexif",
"Pillow",
"olefile", # for getting rid of warning message
"requests"
]