mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-08 07:26:51 +00:00
Add watchdog~=6.0.0 requirements for directory monitor plugins.
Declare the dependency in requirements.txt and bump plugin versions after MoviePilot dropped bundled watchdog. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class CloudStrmApi(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/create.png"
|
||||
# 插件版本
|
||||
plugin_version = "2.0"
|
||||
plugin_version = "2.0.1"
|
||||
# 插件作者
|
||||
plugin_author = "thsrite"
|
||||
# 作者主页
|
||||
|
||||
1
plugins/cloudstrmapi/requirements.txt
Normal file
1
plugins/cloudstrmapi/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
watchdog~=6.0.0
|
||||
Reference in New Issue
Block a user