Skip to content

Commit fe3fdb6

Browse files
committed
update dependency packages
1 parent 5b92506 commit fe3fdb6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ pyee
22
requests
33
qrcode
44
wechaty-puppet
5-
wechaty-puppet-hostie

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def get_version() -> str:
6868
url='https://github.com/wechaty/python-wechaty',
6969
packages=setuptools.find_packages('src'),
7070
package_dir={'': 'src'},
71+
install_requires=['pyee', 'requests', 'qrcode', 'wechaty-puppet'],
7172
# packages=setuptools.find_packages('wip'),
7273
# package_dir={'': 'wip'},
7374
classifiers=[

0 commit comments

Comments
 (0)