Skip to content

Commit aacd2b8

Browse files
Hongzhi Wenclaude
andcommitted
chore: remove unused mijiaapi dep + disable qq plugin auto_start
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 68d48c1 commit aacd2b8

4 files changed

Lines changed: 3 additions & 49 deletions

File tree

plugin/plugins/qq_auto_reply/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enabled = true
1818

1919
[plugin_runtime]
2020
enabled = true
21-
auto_start = true
21+
auto_start = false
2222

2323
[qq_auto_reply]
2424
onebot_url = "ws://127.0.0.1:3001"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
"neteasecloudmusic>=0.1.10",
5353
"tornado>=6.5.4",
5454
"jmespath>=1.1.0",
55-
"mijiaapi>=3.0.5",
55+
5656
]
5757

5858

requirements.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ mcp==1.26.0
246246
# via browser-use
247247
mdurl==0.1.2
248248
# via markdown-it-py
249-
mijiaapi==3.0.5
250-
# via n-e-k-o
251249
mouseinfo==0.1.3
252250
# via pyautogui
253251
multidict==6.6.4
@@ -285,7 +283,6 @@ pillow==11.3.0
285283
# bilibili-api-python
286284
# browser-use
287285
# matplotlib
288-
# mijiaapi
289286
# n-e-k-o
290287
# pyscreeze
291288
# pytesseract
@@ -326,8 +323,6 @@ pyautogui==0.9.54
326323
# via n-e-k-o
327324
pycparser==2.22
328325
# via cffi
329-
pycryptodome==3.23.0
330-
# via mijiaapi
331326
pycryptodomex==3.23.0
332327
# via bilibili-api-python
333328
pydantic==2.11.7
@@ -1129,7 +1124,6 @@ pyzmq==27.1.0
11291124
qrcode==8.2
11301125
# via
11311126
# bilibili-api-python
1132-
# mijiaapi
11331127
# n-e-k-o
11341128
# qrcode-terminal
11351129
qrcode-terminal==0.8
@@ -1151,7 +1145,6 @@ requests==2.32.5
11511145
# google-api-core
11521146
# google-auth
11531147
# google-genai
1154-
# mijiaapi
11551148
# n-e-k-o
11561149
# neteasecloudmusic
11571150
# posthog
@@ -1249,9 +1242,7 @@ typing-inspection==0.4.1
12491242
tzdata==2025.3 ; sys_platform == 'win32'
12501243
# via tzlocal
12511244
tzlocal==5.3.1
1252-
# via
1253-
# apscheduler
1254-
# mijiaapi
1245+
# via apscheduler
12551246
uritemplate==4.2.0
12561247
# via google-api-python-client
12571248
urllib3==2.5.0

uv.lock

Lines changed: 0 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)