Update pyproject.toml

This commit is contained in:
Timothy Jaeryang Baek 2025-01-05 00:56:32 -08:00
parent c434aff1a2
commit 6ed8c3cb70

View File

@ -11,7 +11,7 @@ dependencies = [
"pydantic==2.9.2", "pydantic==2.9.2",
"python-multipart==0.0.18", "python-multipart==0.0.18",
"Flask==3.0.3", "Flask==3.1.0",
"Flask-Cors==5.0.0", "Flask-Cors==5.0.0",
"python-socketio==5.11.3", "python-socketio==5.11.3",
@ -26,7 +26,7 @@ dependencies = [
"sqlalchemy==2.0.32", "sqlalchemy==2.0.32",
"alembic==1.14.0", "alembic==1.14.0",
"peewee==3.17.6", "peewee==3.17.8",
"peewee-migrate==1.12.2", "peewee-migrate==1.12.2",
"psycopg2-binary==2.9.9", "psycopg2-binary==2.9.9",
"pgvector==0.3.5", "pgvector==0.3.5",
@ -61,7 +61,7 @@ dependencies = [
"ftfy==6.2.3", "ftfy==6.2.3",
"pypdf==4.3.1", "pypdf==4.3.1",
"fpdf2==2.7.9", "fpdf2==2.8.2",
"pymdown-extensions==10.11.2", "pymdown-extensions==10.11.2",
"docx2txt==0.8", "docx2txt==0.8",
"python-pptx==1.0.0", "python-pptx==1.0.0",
@ -73,7 +73,7 @@ dependencies = [
"openpyxl==3.1.5", "openpyxl==3.1.5",
"pyxlsb==1.0.10", "pyxlsb==1.0.10",
"xlrd==2.0.1", "xlrd==2.0.1",
"validators==0.33.0", "validators==0.34.0",
"psutil", "psutil",
"sentencepiece", "sentencepiece",
"soundfile==0.12.1", "soundfile==0.12.1",
@ -84,7 +84,7 @@ dependencies = [
"faster-whisper==1.0.3", "faster-whisper==1.0.3",
"PyJWT[crypto]==2.9.0", "PyJWT[crypto]==2.10.1",
"authlib==1.3.2", "authlib==1.3.2",
"black==24.8.0", "black==24.8.0",