mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 22:43:26 +00:00
fix: make lint-fix
This commit is contained in:
parent
cd8d13f6b7
commit
453d3ce38e
|
@ -7,7 +7,6 @@ from .project import *
|
||||||
from .proxy import *
|
from .proxy import *
|
||||||
from .voice import *
|
from .voice import *
|
||||||
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"ApiSettings",
|
"ApiSettings",
|
||||||
"AppSettings",
|
"AppSettings",
|
||||||
|
|
|
@ -26,8 +26,8 @@ dill = "^0.3.7"
|
||||||
fastapi = "0.103.1"
|
fastapi = "0.103.1"
|
||||||
greenlet = "^2.0.2"
|
greenlet = "^2.0.2"
|
||||||
httpx = "^0.25.0"
|
httpx = "^0.25.0"
|
||||||
orjson = "3.9.7"
|
|
||||||
openai = "^0.28.1"
|
openai = "^0.28.1"
|
||||||
|
orjson = "3.9.7"
|
||||||
psycopg2-binary = "^2.9.9"
|
psycopg2-binary = "^2.9.9"
|
||||||
pydantic = {extras = ["email"], version = "^2.3.0"}
|
pydantic = {extras = ["email"], version = "^2.3.0"}
|
||||||
pydantic-settings = "^2.0.3"
|
pydantic-settings = "^2.0.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user