linhj07 commited on
Commit
d779459
1 Parent(s): 7af295d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt CHANGED
@@ -4,3 +4,27 @@ PyQRCode>=1.2.1
4
  qrcode>=7.4.2
5
  requests>=2.28.2
6
  chardet>=5.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  qrcode>=7.4.2
5
  requests>=2.28.2
6
  chardet>=5.1.0
7
+ tiktoken>=0.3.2 # openai calculate token
8
+
9
+ #voice
10
+ pydub>=0.25.1 # need ffmpeg
11
+ SpeechRecognition # google speech to text
12
+ gTTS>=2.3.1 # google text to speech
13
+ pyttsx3>=2.90 # pytsx text to speech
14
+ baidu_aip>=4.16.10 # baidu voice
15
+ # azure-cognitiveservices-speech # azure voice
16
+
17
+ # wechaty
18
+ wechaty>=0.10.7
19
+ wechaty_puppet>=0.4.23
20
+ pysilk_mod>=1.6.0 # needed by send voice
21
+
22
+ # wechatmp
23
+ web.py
24
+
25
+ # sdwebui plugin
26
+ webuiapi>=0.6.2
27
+
28
+ # chatgpt-tool-hub plugin
29
+ --extra-index-url https://pypi.python.org/simple
30
+ chatgpt_tool_hub>=0.3.5