Skip to content

Commit 29d69cc

Browse files
authored
Clean deps (#36)
* rename chatie-grpc -> wechaty-grpc * v0.3 * rename * import types from wechaty.puppet instead of wechaty * upgrade wechaty-grpc to 0.20.17 for workaround (wechaty/grpc#120) * upgrade grpc module
1 parent 2bb5849 commit 29d69cc

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

requirements-dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ pylint-quotes
77
pytest
88
pytype
99
semver
10-
pyee
11-
requests
10+
wechaty-grpc>=0.20.19

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
pyee
22
requests
3-
chatie-grpc>=0.18.12
43
qrcode

src/wechaty_puppet/schemas/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
from __future__ import annotations
2222

23-
from chatie_grpc.wechaty import ( # type: ignore
23+
from wechaty_grpc.wechaty.puppet import ( # type: ignore
2424

2525
# Message
2626
MessageType,

tests/file_box_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ def test_url_parse_with_():
3131
assert extracted_file_name == 'aHR0cHM6Ly9pbWdrci5jbi1iai51ZmlsZW9zLmNv' \
3232
'bS9lMGZlYzAxNC0yNjkxLTRkZmUtOTc5NS1iNGU2' \
3333
'NzdmYTE2ZTcucG5n.png'
34-

0 commit comments

Comments
 (0)