update requirements and poetry deps

This commit is contained in:
Ajay Raj 2023-03-18 15:45:25 -07:00
commit f1e0d5af86
3 changed files with 261 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "vocode"
version = "0.1.40"
version = "0.1.42"
description = "The all-in-one voice SDK"
authors = ["Ajay Raj <ajay@vocode.dev>"]
license = "MIT License"
@ -31,6 +31,21 @@ sounddevice = "0.4.6"
starlette = "0.25.0"
urllib3 = "1.26.14"
uvicorn = "0.20.0"
black = "23.1.0"
flake8 = "6.0.0"
mccabe = "0.7.0"
mypy-extensions = "1.0.0"
packaging = "23.0"
pathspec = "0.11.0"
platformdirs = "3.1.0"
pyaudio = "0.2.13"
pycodestyle = "2.10.0"
pyflakes = "3.0.1"
pyjwt = "2.6.0"
python-multipart = "0.0.6"
pytz = "2022.7.1"
tomli = "2.0.1"
twilio = "7.16.5"
[build-system]
requires = ["poetry-core"]