bump all packages and set up rime
This commit is contained in:
parent
a594196580
commit
0fdd6e6502
5 changed files with 871 additions and 65 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "vocode"
|
||||
version = "0.1.50"
|
||||
version = "0.1.51"
|
||||
description = "The all-in-one voice SDK"
|
||||
authors = ["Ajay Raj <ajay@vocode.dev>"]
|
||||
license = "MIT License"
|
||||
|
|
@ -43,9 +43,28 @@ pyjwt = "2.6.0"
|
|||
python-multipart = "0.0.6"
|
||||
pytz = "2022.7.1"
|
||||
tomli = "2.0.1"
|
||||
aiohttp = "3.8.4"
|
||||
aiosignal = "1.3.1"
|
||||
async-timeout = "4.0.2"
|
||||
attrs = "22.2.0"
|
||||
azure-cognitiveservices-speech = "1.25.0"
|
||||
dataclasses-json = "0.5.7"
|
||||
frozenlist = "1.3.3"
|
||||
langchain = "0.0.117"
|
||||
marshmallow = "3.19.0"
|
||||
marshmallow-enum = "1.5.1"
|
||||
multidict = "6.0.4"
|
||||
openai = "0.27.2"
|
||||
pydub = { version = "0.25.1", optional = true }
|
||||
pyyaml = "6.0"
|
||||
sqlalchemy = "1.4.47"
|
||||
tenacity = "8.2.2"
|
||||
tqdm = "4.65.0"
|
||||
typing-inspect = "0.8.0"
|
||||
yarl = "1.8.2"
|
||||
|
||||
[tool.poetry.extras]
|
||||
io = ["pyaudio", "sounddevice"]
|
||||
io = ["pyaudio", "sounddevice", "pydub"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue