Browse Source

调整依赖

develop
H Vs 2 days ago
parent
commit
7e571d1f36
1 changed files with 10 additions and 13 deletions
  1. +10
    -13
      requirements.txt

+ 10
- 13
requirements.txt View File

@@ -1,14 +1,15 @@
#voice #voice
pydub>=0.25.1 # need ffmpeg
SpeechRecognition # google speech to text
gTTS>=2.3.1 # google text to speech
pyttsx3>=2.90 # pytsx text to speech
baidu_aip>=4.16.10 # baidu voice
azure-cognitiveservices-speech # azure voice
edge-tts # edge-tts
# pydub>=0.25.1 # need ffmpeg
# SpeechRecognition # google speech to text
# gTTS>=2.3.1 # google text to speech
# pyttsx3>=2.90 # pytsx text to speech
# baidu_aip>=4.16.10 # baidu voice
# azure-cognitiveservices-speech # azure voice
# edge-tts # edge-tts
# elevenlabs==1.0.3 # elevenlabs TTS
numpy<=1.24.2 numpy<=1.24.2
langid # language detect langid # language detect
elevenlabs==1.0.3 # elevenlabs TTS




tiktoken>=0.3.2 # openai calculate token tiktoken>=0.3.2 # openai calculate token
@@ -32,17 +33,13 @@ flask
flask_restful flask_restful
confluent_kafka confluent_kafka
av av
#pilk


# silk-python
# pysilk




pysilk-mod pysilk-mod
#pip3 install pysilk-mod


oss2 oss2
gunicorn




opencv-python opencv-python


Loading…
Cancel
Save