mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-17 08:53:39 +00:00
fixed lock file
This commit is contained in:
parent
1ea0663a3b
commit
3c56af31cf
1655
poetry.lock
generated
1655
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -18,7 +18,6 @@ bcrypt = "4.0.1"
|
||||
python-jose = "^3.3.0"
|
||||
psycopg2-binary = "^2.9.9"
|
||||
passlib = "^1.7.4"
|
||||
docx2txt = "^0.8"
|
||||
ldap3 = "^2.9.1"
|
||||
uvicorn = "^0.28.0"
|
||||
python-doctr = "^0.8.1"
|
||||
@ -51,14 +50,12 @@ llama-index-vector-stores-postgres = {version ="^0.1.2", optional = true}
|
||||
llama-index-storage-docstore-postgres = {version ="^0.1.2", optional = true}
|
||||
llama-index-storage-index-store-postgres = {version ="^0.1.2", optional = true}
|
||||
# Postgres
|
||||
psycopg2-binary = {version ="^2.9.9", optional = true}
|
||||
asyncpg = {version="^0.29.0", optional = true}
|
||||
|
||||
# Optional Sagemaker dependency
|
||||
boto3 = {version ="^1.34.51", optional = true}
|
||||
|
||||
# Optional Reranker dependencies
|
||||
torch = {version ="^2.1.2", optional = true}
|
||||
sentence-transformers = {version ="^2.6.1", optional = true}
|
||||
|
||||
# Optional UI
|
||||
|
Loading…
Reference in New Issue
Block a user