Skip to content

Commit

Permalink
Adding GCS dependency for backend and prompt service
Browse files Browse the repository at this point in the history
  • Loading branch information
harini-venkataraman committed Jan 30, 2025
1 parent 10f48e0 commit af04650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"social-auth-app-django==5.3.0", # For OAuth
"social-auth-core==4.4.2", # For OAuth
"unstract-sdk~=0.56.0rc4",
"gcsfs==2024.6.0",
# ! IMPORTANT!
# Indirect local dependencies usually need to be added in their own projects
# as: https://pdm-project.org/latest/usage/dependency/#local-dependencies.
Expand Down
2 changes: 2 additions & 0 deletions prompt-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ dependencies = [
"llama-index==0.12.8",
"python-dotenv==1.0.0",
"unstract-sdk~=0.56.0rc4",
"gcsfs==2024.10.0",
"s3fs==2024.6.0",
"redis>=5.0.3",
"unstract-core @ file:///${PROJECT_ROOT}/../unstract/core",
"unstract-flags @ file:///${PROJECT_ROOT}/../unstract/flags",
Expand Down

0 comments on commit af04650

Please sign in to comment.